aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--sh/profile.d/browser.sh9
2 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dd5a5f4d..6f1d584d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ mutt/muttrc.alternates
mutt/signature.*
newsbeuter/urls
sh/profile.d/*
+!sh/profile.d/browser.sh
urxvt/urxvtd-*
vim/.netrwhist
vim/spell/*
diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh
new file mode 100644
index 00000000..2b060b06
--- /dev/null
+++ b/sh/profile.d/browser.sh
@@ -0,0 +1,9 @@
+# Browser
+if [ -n "$DISPLAY" ]
+then
+ BROWSER='firefox'
+else
+ BROWSER='lynx'
+fi
+export BROWSER
+