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.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
deleted file mode 100644
index ce18e127..00000000
--- a/sh/profile.d/browser.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-# Set command-line browser to Debian's alternatives name www-browser, or
-# failing that, just to `lynx`; ~/.xsession will change this to something
-# graphical instead if invoked.
-#
-if command -v www-browser >/dev/null 2>&1 ; then
- BROWSER=www-browser
-else
- BROWSER=lynx
-fi
-export BROWSER