diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 03:30:59 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-10 03:30:59 +0900 |
| commit | d4a2d0eb17bb3cc9ee7044a7e2cdb22eb8bd2d92 (patch) | |
| tree | 56d5ea60943ad18561ee5103622e8553962276bd /ar/.config/shell/profile | |
| parent | c8146a0f9ecbf622b3cc9fe93b797c09bf34a40e (diff) | |
updates
Diffstat (limited to 'ar/.config/shell/profile')
| -rw-r--r-- | ar/.config/shell/profile | 2 |
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 |
