1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-31 00:17:46 +02:00

firefox-esr it is

This commit is contained in:
TiynGER 2020-05-28 20:58:13 +02:00
parent 343ad4cf41
commit 07d34623c7

View File

@ -4,7 +4,7 @@
# Adds `~/.local/bin` and all subdirectories to $PATH
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
export BROWSER="firefox"
export BROWSER="firefox-esr"
export RTV_BROWSER="qutebrowser"
export EDITOR="nvim"
export FILE="vifmrun"