profile: Add fzf options

master
Pierre Neidhardt 2015-11-10 10:53:26 +01:00
parent f178ea45fc
commit 6891bb8d63
1 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,11 @@ if command -v systemctl >/dev/null 2>&1; then
fi
fi
## fzf
if command -v fzf >/dev/null 2>&1; then
export FZF_DEFAULT_OPTS="--cycle --extended --multi"
fi
## Hook. Should be sourced last
[ -f ~/.profile_hook ] && . ~/.profile_hook
################################################################################