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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
index 3b03b3d6..9d5919eb 100644
--- a/sh/profile.d/browser.sh
+++ b/sh/profile.d/browser.sh
@@ -1,5 +1,5 @@
# Browser
-if [ -n "$DISPLAY" ]; then
+if [ -n "$DISPLAY" ] ; then
BROWSER=firefox
else
BROWSER=lynx