aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d
diff options
context:
space:
mode:
Diffstat (limited to 'sh/profile.d')
-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 2c724505..ee94857c 100644
--- a/sh/profile.d/browser.sh
+++ b/sh/profile.d/browser.sh
@@ -1,4 +1,4 @@
-# Set command-line browser to lynx; ~/.xinitrc will change this to something
-# graphical instead
+# Set command-line browser to lynx; ~/.xsession will change this to something
+# graphical instead if invoked
BROWSER=lynx
export BROWSER