summaryrefslogtreecommitdiff
path: root/config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to 'config/shell/profile')
-rw-r--r--config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/shell/profile b/config/shell/profile
index c9de99a..f993ac6 100644
--- a/config/shell/profile
+++ b/config/shell/profile
@@ -13,8 +13,8 @@ export XDG_BIN_DIR="$HOME/.local/bin"
[ -x "$(command -v nvim)" ] && export EDITOR="nvim"
[ -x "$(command -v alacritty)" ] && export TERMINAL="alacritty"
[ -x "$(command -v st)" ] && export TERMINAL="st"
-[ -x "$(command -v firefox)" ] && export BROWSER="firefox"
[ -x "$(command -v qutebrowser)" ] && export BROWSER="qutebrowser"
+[ -x "$(command -v firefox)" ] && export BROWSER="firefox"
export MAKEFLAGS="-j8" # Reduce compile times