aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/browser.sh
diff options
context:
space:
mode:
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