summaryrefslogtreecommitdiff
path: root/config/shell
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-04 01:29:34 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-04 01:29:34 +0400
commitf94fab5acd79831e3a2672fa262f6477fbdd71d5 (patch)
tree6510f12c222143999085950c02a612fe23b81b8d /config/shell
parent06246eed9773ca60d9da99d4885bf36153b1396e (diff)
fix(profile): prioritize firefox over qutebrowser
Diffstat (limited to 'config/shell')
-rw-r--r--config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/shell/profile b/config/shell/profile
index d774568..f561eee 100644
--- a/config/shell/profile
+++ b/config/shell/profile
@@ -26,8 +26,8 @@ export PATH="${XDG_BIN_DIR}:${PATH}"
[ -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