1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-01 17:07:45 +02:00

change browser back to firefox

This commit is contained in:
TiynGER 2020-02-17 11:54:08 +01:00
parent 41660385ac
commit 4f3e120b75

View File

@ -5,7 +5,7 @@
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export EDITOR="nvim"
export TERMINAL="st"
export BROWSER="brave"
export BROWSER="firefox"
export READER="zathura"
export FILE="vifmrun"
export SUDO_ASKPASS="$HOME/.local/bin/tools/dmenupass"