dotfiles/.fzf.zsh

15 lines
342 B
Bash
Raw Normal View History

2019-03-31 19:55:42 +00:00
# Setup fzf
# ---------
if [[ ! "$PATH" == */home/arne/.config/fzf/bin* ]]; then
export PATH="$PATH:/home/arne/.config/fzf/bin"
fi
# Auto-completion
# ---------------
[[ $- == *i* ]] && source "/home/arne/.config/fzf/shell/completion.zsh" 2> /dev/null
# Key bindings
# ------------
source "/home/arne/.config/fzf/shell/key-bindings.zsh"