chore: remove fzf-zsh config 🔥
This commit is contained in:
parent
e74d22e988
commit
117f54d064
1 changed files with 0 additions and 13 deletions
13
.fzf.zsh
13
.fzf.zsh
|
|
@ -1,13 +0,0 @@
|
|||
# Setup fzf
|
||||
# ---------
|
||||
if [[ ! "$PATH" == */home/linuxbrew/.linuxbrew/opt/fzf/bin* ]]; then
|
||||
PATH="${PATH:+${PATH}:}/home/linuxbrew/.linuxbrew/opt/fzf/bin"
|
||||
fi
|
||||
|
||||
# Auto-completion
|
||||
# ---------------
|
||||
[[ $- == *i* ]] && source "/home/linuxbrew/.linuxbrew/opt/fzf/shell/completion.zsh" 2> /dev/null
|
||||
|
||||
# Key bindings
|
||||
# ------------
|
||||
source "/home/linuxbrew/.linuxbrew/opt/fzf/shell/key-bindings.zsh"
|
||||
Loading…
Add table
Add a link
Reference in a new issue