From 9a06b508ed10436522af58d7062c926422a262af Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 22 Jun 2025 00:09:17 +0400 Subject: chore(profile): prioritize qutebrowser over firefox as default browser --- config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3