[profile] remove .vim/fzf from path

This commit is contained in:
odrling 2022-09-01 02:55:31 +02:00
parent d384cca498
commit 1e2d03b219
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

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