Add firefox as BROWSER

This commit is contained in:
Andrew R. M 2025-04-04 17:42:35 +00:00
parent a2076fd6f1
commit a9da299120

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="-"