removed vifmrun script as its the same as vu script, and changed $FILE variable to vu to always run ueberzug with vifm

This commit is contained in:
KronikPillow 2019-10-05 17:32:25 +02:00
parent 06ffbd30d9
commit d65493a387

View File

@ -10,7 +10,7 @@ export EDITOR="nvim"
export TERMINAL="st" export TERMINAL="st"
export BROWSER="firefox" export BROWSER="firefox"
export READER="zathura" export READER="zathura"
export FILE="vifm" export FILE="vu"
# ~/ Clean-up: # ~/ Clean-up:
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config" export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"