summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorDominik Reller <Dom-R@users.noreply.github.com>2019-05-06 23:34:55 -0300
committerJunegunn Choi <junegunn.c@gmail.com>2019-05-07 11:34:55 +0900
commit430e8193e07952bc09f0469affdb04a67d1a71e7 (patch)
treef954781dcdaa9755261bc8641a96ea3b353022e2 /install
parent03e8ed4d8813684b1a3dd0831f0eab63b44e1499 (diff)
[install] Remove unused variable in install script (#1571)
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 0 insertions, 2 deletions
diff --git a/install b/install
index d1a37653..c76b54f8 100755
--- a/install
+++ b/install
@@ -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'