fix: remove fzf, used from installer
This commit is contained in:
parent
a63c9cb850
commit
7146b3a495
1
dots/.config/.gitignore
vendored
Normal file
1
dots/.config/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
fzf/
|
@ -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"
|
Loading…
Reference in New Issue
Block a user