Add firefox as BROWSER

This commit is contained in:
Andrew R. M 2025-04-05 16:37:09 -04:00 committed by Andrew R. M.
parent f9a84f9b58
commit ce8f3b4463

View File

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