add FZF environment variables to .profile

This commit is contained in:
odrling 2019-06-29 21:07:57 +02:00
parent b002719a70
commit 57d9d579d9

View file

@ -5,6 +5,9 @@ export CONNECT_INTERFACE="wlp2s0"
export PATH="$HOME/.local/bin:$PATH"
export FZF_DEFAULT_OPTS="-m --no-mouse"
export FZF_DEFAULT_COMMAND="find . -type f | sed 's|^\./||'"
if [ "$(tty)" = '/dev/tty1' ]; then
pgrep xinit || exec startx
fi