aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/browser.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-08-28 16:59:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-08-28 16:59:07 +1200
commit5f9ff305b2429dcaf64a8631f7f7be8f7e6669c4 (patch)
treeef88b604ddd24af4326cbad3818dc3b2f05cec68 /sh/profile.d/browser.sh
parentDisable mouse in ncmpcpp (diff)
downloaddotfiles-5f9ff305b2429dcaf64a8631f7f7be8f7e6669c4.tar.gz
dotfiles-5f9ff305b2429dcaf64a8631f7f7be8f7e6669c4.zip
Switch to Palemoon, junk Vimperator
Diffstat (limited to 'sh/profile.d/browser.sh')
-rw-r--r--sh/profile.d/browser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
index 9d5919eb..c318b133 100644
--- a/sh/profile.d/browser.sh
+++ b/sh/profile.d/browser.sh
@@ -1,6 +1,6 @@
# Browser
if [ -n "$DISPLAY" ] ; then
- BROWSER=firefox
+ BROWSER=palemoon
else
BROWSER=lynx
fi