commit ecd7dbaf4a1f0dcd20791aed538462dbca322405
parent 5ff13155af54e5eb28aeaa122402ad1c45400911
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Thu, 29 Oct 2020 18:05:53 -0400
Change BROWSER env var
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -56,7 +56,7 @@ export INPUTRC="$XDG_CONFIG_HOME/inputrc"
# Standard (?) environment variables
export EDITOR="nvim"
export VISUAL="$EDITOR"
-export BROWSER="firefox"
+export BROWSER="qutebrowser"
export READER="zathura"
export PAGER="less"
export SHELL="bash"