diff options
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 |
