summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index ea89ee6f..efe9b6a2 100755
--- a/install
+++ b/install
@@ -177,7 +177,7 @@ for shell in bash zsh; do
src=~/.fzf.${shell}
fzf_completion="[[ \$- =~ i ]] && source \"$fzf_base/shell/completion.${shell}\""
- if [ $shell != bash -o $auto_completion -ne 0 ]; then
+ if [ $auto_completion -ne 0 ]; then
fzf_completion="# $fzf_completion"
fi