zconfig/fzf.zsh
2020-04-29 12:54:10 +02:00

13 lines
320 B
Bash

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