summaryrefslogtreecommitdiff
path: root/ar/.config/shell/profile
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.config/shell/profile')
-rw-r--r--ar/.config/shell/profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/shell/profile b/ar/.config/shell/profile
index c087112..4a2ecab 100644
--- a/ar/.config/shell/profile
+++ b/ar/.config/shell/profile
@@ -15,7 +15,7 @@ unsetopt PROMPT_SP 2>/dev/null
###################################################
### --- DEFAULT PROGRAMS --- ###
###################################################
-export BROWSER=$(command -v firefox || command -v qutebrowser || command -v librewolf)
+export BROWSER=$(command -v librewolf || command -v firefox || command -v qutebrowser)
export EDITOR="nvim"
export EDITOR2="vim"
export KEYTIMEOUT=10