chore: remove fzf-zsh config 🔥
This commit is contained in:
parent
3828b37893
commit
015e00f50a
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