From 8732b8ac18e06f8ad23756a42ecf666c123489ac Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 13 Aug 2013 17:31:04 +1200 Subject: Reset BROWSER in tmux environment --- tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tmux/tmux.conf') 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 -- cgit v1.2.3