From d4a2d0eb17bb3cc9ee7044a7e2cdb22eb8bd2d92 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:30:59 +0900 Subject: updates --- ar/.config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ar/.config/shell/profile') 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 -- cgit v1.2.3