summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-05-09 20:15:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-05-09 20:18:38 +0900
commit2b8e44532163b8ef71a805725e8d17e352cba824 (patch)
tree80cf569102651d149a5538eab4007ceed7e7c4c1 /install
parent315499b1d4fbd61320a4c134ea77f29c36e55ce6 (diff)
Fuzzy completion for zsh (#227)
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