Skip to content
Snippets Groups Projects
Commit 430e8193 authored by Dominik Reller's avatar Dominik Reller Committed by Junegunn Choi
Browse files

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

parent 03e8ed4d
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment