diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-26 17:48:01 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-06-26 17:48:01 +0200 |
commit | 0ed1f85b4bf84c97fe9d0c0db3fde9ffd08c2dda (patch) | |
tree | dae0655e3f4d6e686f9bc80f7b2ce6a06325956e | |
parent | b8cf492b8210084f5e41f705c08a1940c6a17626 (diff) |
Switch browser to firefox
-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" |