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.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
index 094d2095..3b03b3d6 100644
--- a/sh/profile.d/browser.sh
+++ b/sh/profile.d/browser.sh
@@ -1,8 +1,8 @@
# Browser
if [ -n "$DISPLAY" ]; then
- BROWSER='firefox'
+ BROWSER=firefox
else
- BROWSER='lynx'
+ BROWSER=lynx
fi
export BROWSER