From 13b7dc172ab809c3300ee0fa777a20b900802661 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Tue, 29 Dec 2015 09:03:31 +0000 Subject: [PATCH] need to use `functions -q` to check existence of the function in fish (#136) --- bin/pyenv-sh-deactivate | 2 +- test/conda-deactivate.bats | 2 +- test/deactivate.bats | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/pyenv-sh-deactivate b/bin/pyenv-sh-deactivate index 4460631..7450d50 100755 --- a/bin/pyenv-sh-deactivate +++ b/bin/pyenv-sh-deactivate @@ -162,7 +162,7 @@ esac case "${shell}" in fish ) cat <