This commit is contained in:
Paul Walker
2021-04-27 11:27:56 +01:00
parent d7ed05c35e
commit 730253d1fd
6 changed files with 114 additions and 0 deletions

14
zshrc.d/fzf.zsh Normal file
View File

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