aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 38a64bc7..a329f9b2 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -3,6 +3,9 @@
# available and therefore it's not appropriate to set the display
set-environment -gru DISPLAY
+# Force the browser to be Lynx in case we inherited a non-null DISPLAY
+set-environment -g BROWSER 'lynx'
+
# The only environment variable I want tmux to update for me is SSH_CONNECTION,
# which is occasionally useful
set-option -g update-environment SSH_CONNECTION