aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-06-21 02:20:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-06-21 02:20:15 +1200
commit8c8f14bd3ee7afc4bc4fdd1213fad7fa496e6213 (patch)
tree8caab75eb66a37caf3a7499be4c22ecb9e6e2f17 /tmux
parentHold GnuPG keys for longer (diff)
downloaddotfiles-8c8f14bd3ee7afc4bc4fdd1213fad7fa496e6213.tar.gz
dotfiles-8c8f14bd3ee7afc4bc4fdd1213fad7fa496e6213.zip
Don't need tmux to make login shells
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index dc9abc05..af3b7222 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -2,6 +2,9 @@
set-environment -gru 'DISPLAY'
set-option -g update-environment 'SSH_CONNECTION'
+# Shell/command
+set-option -g default-command $SHELL
+
# Prefix
unbind-key C-b
set-option -g prefix C-a