aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-06-21 02:41:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-06-21 02:41:23 +1200
commit0bca30b857303ee55882df80b1f66e0557ed1261 (patch)
treef628685feb8ef621de7c2fdda11ae3063138c520 /tmux/tmux.conf
parentDon't need tmux to make login shells (diff)
downloaddotfiles-0bca30b857303ee55882df80b1f66e0557ed1261.tar.gz
dotfiles-0bca30b857303ee55882df80b1f66e0557ed1261.zip
Refine initial tmux environment
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index af3b7222..15841f9e 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,6 +1,7 @@
# Environment
-set-environment -gru 'DISPLAY'
-set-option -g update-environment 'SSH_CONNECTION'
+set-environment -gru DISPLAY
+set-environment -g BROWSER lynx
+set-option -g update-environment SSH_CONNECTION
# Shell/command
set-option -g default-command $SHELL