From d65493a3870bcfb7c7de0d60e47971c8f711bbcd Mon Sep 17 00:00:00 2001 From: KronikPillow Date: Sat, 5 Oct 2019 17:32:25 +0200 Subject: [PATCH] removed vifmrun script as its the same as vu script, and changed $FILE variable to vu to always run ueberzug with vifm --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 149ce750..c3f19158 100644 --- a/.profile +++ b/.profile @@ -10,7 +10,7 @@ export EDITOR="nvim" export TERMINAL="st" export BROWSER="firefox" export READER="zathura" -export FILE="vifm" +export FILE="vu" # ~/ Clean-up: export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"