summaryrefslogtreecommitdiff
path: root/ar/.config/shell/profile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-10 03:30:59 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-10 03:30:59 +0900
commitd4a2d0eb17bb3cc9ee7044a7e2cdb22eb8bd2d92 (patch)
tree56d5ea60943ad18561ee5103622e8553962276bd /ar/.config/shell/profile
parentc8146a0f9ecbf622b3cc9fe93b797c09bf34a40e (diff)
updates
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 73f8c9d..2d34c69 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="firefox"
+export BROWSER=$(command -v qutebrowser || command -v firefox || command -v librewolf)
export EDITOR="nvim"
export EDITOR2="vim"
export KEYTIMEOUT=10