summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-07-03 13:18:16 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-07-03 13:18:16 -0400
commit3b272bad965f701659b98bef7163082234f96d64 (patch)
tree397ef91e6a81d96a7bc97014731227c4a8fb0070
parent0f4997fdfd45d3c3d546cb71416bebe9c09afc55 (diff)
downloadeibhear-3b272bad965f701659b98bef7163082234f96d64.tar.gz
eibhear-3b272bad965f701659b98bef7163082234f96d64.tar.zst
eibhear-3b272bad965f701659b98bef7163082234f96d64.zip
firefox default browser
-rw-r--r--.bash_profile7
1 files changed, 6 insertions, 1 deletions
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