change fzf path

This commit is contained in:
cremesk 2019-08-03 00:17:33 +02:00
parent b3fc40d97c
commit ff470edb62
Signed by untrusted user who does not match committer: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 4 additions and 4 deletions

View File

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