From 3b272bad965f701659b98bef7163082234f96d64 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 3 Jul 2018 13:18:16 -0400 Subject: [PATCH] firefox default browser --- .bash_profile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 5bd196d..e277fc1 100644 --- a/.bash_profile +++ b/.bash_profile @@ -7,4 +7,9 @@ export PATH=$PATH:$HOME/.scripts export EDITOR="vim" export TERMINAL="st" -export BROWSER="qutebrowser" +export BROWSER="firefox" + +# Uncomment lines below to autostart i3 when logged in: +#if [[ "$(tty)" = "/dev/tty1" ]]; then + #pgrep i3 || exec startx +#fi