aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/browser.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-10 23:54:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-10 23:54:25 +1300
commit79309afa6f6d8b4f3a607694608b499db6b992fa (patch)
tree627a59b4d7182ccca6d7bfb613895e876bfd25ed /sh/profile.d/browser.sh
parentAdd comment (diff)
downloaddotfiles-79309afa6f6d8b4f3a607694608b499db6b992fa.tar.gz
dotfiles-79309afa6f6d8b4f3a607694608b499db6b992fa.zip
Use space before semicolon as command separator
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