aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/browser.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-21 09:17:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-21 09:17:14 +1300
commit20f35b23ae194b6d56d13cf90b4d01f30af2dc12 (patch)
treee12a7e48a46fc7d1b155a8962419bc49cfa5a462 /sh/profile.d/browser.sh
parentComplete man pages only for exact section match (diff)
downloaddotfiles-20f35b23ae194b6d56d13cf90b4d01f30af2dc12.tar.gz
dotfiles-20f35b23ae194b6d56d13cf90b4d01f30af2dc12.zip
More intelligent browser handling
Also remove remaining palemoon refs
Diffstat (limited to 'sh/profile.d/browser.sh')
-rw-r--r--sh/profile.d/browser.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
index c318b133..19d3d94c 100644
--- a/sh/profile.d/browser.sh
+++ b/sh/profile.d/browser.sh
@@ -1,8 +1,4 @@
# Browser
-if [ -n "$DISPLAY" ] ; then
- BROWSER=palemoon
-else
- BROWSER=lynx
-fi
+BROWSER=lynx
export BROWSER