aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-13 17:31:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-13 17:31:04 +1200
commit8732b8ac18e06f8ad23756a42ecf666c123489ac (patch)
tree249943812a70fcd1d2d35aa5280b04d1adfa738c /tmux/tmux.conf
parentRemove some unused plugins (diff)
downloaddotfiles-8732b8ac18e06f8ad23756a42ecf666c123489ac.tar.gz
dotfiles-8732b8ac18e06f8ad23756a42ecf666c123489ac.zip
Reset BROWSER in tmux environment
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