Config

~/.fzf.bash

Rina Kawakita 2019. 12. 24. 19:05
~/.fzf.bash
# Setup fzf
# ---------
if [[ ! "$PATH" == */home/nietz/.fzf/bin* ]]; then
  export PATH="$PATH:/home/nietz/.fzf/bin"
fi

# Auto-completion
# ---------------
[[ $- == *i* ]] && source "/home/nietz/.fzf/shell/completion.bash" 2> /dev/null

# Key bindings
# ------------
source "/home/nietz/.fzf/shell/key-bindings.bash"