Merge branch 'master' of potokar.us:easton/dotfiles
This commit is contained in:
13
.fzf.bash
Normal file
13
.fzf.bash
Normal file
@@ -0,0 +1,13 @@
|
||||
# Setup fzf
|
||||
# ---------
|
||||
if [[ ! "$PATH" == */home/contagon/.fzf/bin* ]]; then
|
||||
export PATH="${PATH:+${PATH}:}/home/contagon/.fzf/bin"
|
||||
fi
|
||||
|
||||
# Auto-completion
|
||||
# ---------------
|
||||
[[ $- == *i* ]] && source "/home/contagon/.fzf/shell/completion.bash" 2> /dev/null
|
||||
|
||||
# Key bindings
|
||||
# ------------
|
||||
source "/home/contagon/.fzf/shell/key-bindings.bash"
|
||||
Reference in New Issue
Block a user