refactor: do not autoinstall fzf
This commit is contained in:
parent
09b67944f9
commit
c8e8a1f31c
@ -9,13 +9,7 @@ export ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE=2
|
||||
export ZSH_AUTOSUGGEST_STRATEGY=(history completion)
|
||||
|
||||
### FZF ###
|
||||
if ! [[ -r "${HOME}/.fzf" ]]; then
|
||||
printf "Installing FZF\n" >&2
|
||||
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
|
||||
~/.fzf/install --key-bindings --completion --no-update-rc
|
||||
else
|
||||
[[ -f "${HOME}/.fzf.zsh" ]] && source "${HOME}/.fzf.zsh"
|
||||
fi
|
||||
[[ -f "${HOME}/.fzf.zsh" ]] && source "${HOME}/.fzf.zsh"
|
||||
export FZF_DEFAULT_COMMAND='fd --hidden --exclude .git --color=always'
|
||||
export FZF_DEFAULT_OPTS="--height=80% --layout=reverse --info=inline --border --margin=1 --ansi"
|
||||
export FZF_CTRL_T_COMMAND="${FZF_DEFAULT_COMMAND}"
|
||||
|
Loading…
Reference in New Issue
Block a user