diff options
Diffstat (limited to 'dotfiles/system/.profile')
| -rw-r--r-- | dotfiles/system/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile index 5baf908..c2ecd04 100644 --- a/dotfiles/system/.profile +++ b/dotfiles/system/.profile @@ -33,10 +33,10 @@ export SUDO_EDITOR="$(which vi)" # Browser export BROWSER="$(which firefox)" -# export BROWSER="$(which google-chrome-stable)" +export ALTBROWSER="$(which google-chrome-stable)" # export BROWSER="$(which librewolf)" -# Terminal +# Terminal export COLORTERM=truecolor #export TERM="vt100" export TERM="st-256color" |
