diff options
Diffstat (limited to '.config/shell/profile')
-rwxr-xr-x | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 824dcff..5a35b33 100755 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -10,7 +10,7 @@ unsetopt PROMPT_SP # Default programs: export EDITOR="nvim" export TERMINAL="st" -export BROWSER="brave" +export BROWSER="firefox" # ~/ Clean-up: export XDG_CONFIG_HOME="$HOME/.config" |