From 4d35abf62d12fa6f5877c201221f09eca620841c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 31 May 2025 01:07:04 +0400 Subject: config/shell/profile: prioritize firefox over qutebrowser --- config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3