aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-31 10:22:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-31 10:22:47 +1200
commit60e2c45d10f46ce308ed99e5dea45cbc9b9cd442 (patch)
treea1da3b8456ca2f46a0fe3a848c6e99ea72f07ed6 /sh/profile.d
parentMerge branch 'freebsd' (diff)
downloaddotfiles-60e2c45d10f46ce308ed99e5dea45cbc9b9cd442.tar.gz
dotfiles-60e2c45d10f46ce308ed99e5dea45cbc9b9cd442.zip
Make comment on BROWSER more useful
Diffstat (limited to 'sh/profile.d')
-rw-r--r--sh/profile.d/browser.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
index 6adbacfe..2c724505 100644
--- a/sh/profile.d/browser.sh
+++ b/sh/profile.d/browser.sh
@@ -1,3 +1,4 @@
-# Browser
+# Set command-line browser to lynx; ~/.xinitrc will change this to something
+# graphical instead
BROWSER=lynx
export BROWSER