[profile] add fzf to path

This commit is contained in:
odrling 2019-10-01 09:11:01 +02:00
parent 1462f7a707
commit 455a11a14a

View file

@ -3,7 +3,7 @@ export EDITOR=vi
export PRIMARY_SCREEN=eDP1
export CONNECT_INTERFACE="wlp2s0"
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH:$HOME/.vim/fzf/bin"
export FZF_DEFAULT_OPTS="-m --no-mouse"
export FZF_DEFAULT_COMMAND="find . -type f | cut -d'/' -f2-"