fix: remove fzf, used from installer

This commit is contained in:
Price Hiller 2022-08-02 01:49:24 -05:00
parent a63c9cb850
commit 7146b3a495
2 changed files with 1 additions and 13 deletions

1
dots/.config/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
fzf/

View File

@ -1,13 +0,0 @@
# Setup fzf
# ---------
if [[ ! "$PATH" == *"${HOME}/.local/share/fzf/bin"* ]]; then
PATH="${PATH:+${PATH}:}${HOME}/.local/share/fzf/bin"
fi
# Auto-completion
# ---------------
[[ $- == *i* ]] && source "${HOME}/.local/share/fzf/shell/completion.zsh" 2> /dev/null
# Key bindings
# ------------
source "${HOME}/.local/share/fzf/shell/key-bindings.zsh"