Add firefox as BROWSER

This commit is contained in:
Andrew R. M. 2023-12-03 21:53:24 -05:00
parent a2076fd6f1
commit 7d67ff0662

View File

@ -22,6 +22,9 @@ export LC_COLLATE="C"
export EDITOR="vim"
export VISUAL="vim"
# Export browser preferences.
export BROWSER="firefox"
# Export pager preferences.
export PAGER="less"
export LESSHISTFILE="-"