[install] Remove unused variable in install script (#1571)

This commit is contained in:
Dominik Reller 2019-05-06 23:34:55 -03:00 committed by Junegunn Choi
parent 03e8ed4d88
commit 430e8193e0

View File

@ -7,7 +7,6 @@ auto_completion=
key_bindings=
update_config=2
binary_arch=
allow_legacy=
shells="bash zsh fish"
prefix='~/.fzf'
prefix_expand=~/.fzf
@ -45,7 +44,6 @@ for opt in "$@"; do
auto_completion=1
key_bindings=1
update_config=1
allow_legacy=1
;;
--xdg)
prefix='"${XDG_CONFIG_HOME:-$HOME/.config}"/fzf/fzf'