summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-22 00:09:17 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-22 00:09:17 +0400
commit9a06b508ed10436522af58d7062c926422a262af (patch)
tree237eb135a97cac0f0bce1d3ecb4becfb6015d82b /config
parentfc282a1549eaf0e831524d879724d901c3964b9a (diff)
chore(profile): prioritize qutebrowser over firefox as default browser
Diffstat (limited to 'config')
-rw-r--r--config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/shell/profile b/config/shell/profile
index 5560f4e..749fd47 100644
--- a/config/shell/profile
+++ b/config/shell/profile
@@ -17,8 +17,8 @@ export PATH="${XDG_BIN_DIR}:${PATH}"
[ -x "$(command -v nvim)" ] && export EDITOR="nvim"
[ -x "$(command -v alacritty)" ] && export TERM="alacritty"
[ -x "$(command -v st)" ] && export TERM="st"
-[ -x "$(command -v qutebrowser)" ] && export BROWSER="qutebrowser"
[ -x "$(command -v firefox)" ] && export BROWSER="firefox"
+[ -x "$(command -v qutebrowser)" ] && export BROWSER="qutebrowser"
export MAKEFLAGS="-j8" # Reduce compile times