1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

changing filemanager to vifm

This commit is contained in:
tiynger
2019-10-13 20:14:58 +02:00
parent 1b7789abef
commit 29897c584b
11 changed files with 6780 additions and 2989 deletions

View File

@@ -7,7 +7,7 @@ export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="firefox"
export READER="zathura"
export FILE="ranger"
export FILE="vifm"
export SUDO_ASKPASS="$HOME/.local/bin/tools/dmenupass"
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"