diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 13:18:16 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-03 13:18:16 -0400 |
| commit | 3b272bad965f701659b98bef7163082234f96d64 (patch) | |
| tree | 397ef91e6a81d96a7bc97014731227c4a8fb0070 | |
| parent | 0f4997fdfd45d3c3d546cb71416bebe9c09afc55 (diff) | |
| download | eibhear-3b272bad965f701659b98bef7163082234f96d64.tar.gz eibhear-3b272bad965f701659b98bef7163082234f96d64.tar.zst eibhear-3b272bad965f701659b98bef7163082234f96d64.zip | |
firefox default browser
| -rw-r--r-- | .bash_profile | 7 |
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 |
