aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-19 11:39:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-19 11:39:14 +1300
commit448a4219b04a5a803f8798bfa539d13124b02c4c (patch)
treef9b206ad9c32653e835da17d0f5a109028f18fe4 /tmux
parentHere's the answer; unset SHLVL in default-command (diff)
downloaddotfiles-448a4219b04a5a803f8798bfa539d13124b02c4c.tar.gz
dotfiles-448a4219b04a5a803f8798bfa539d13124b02c4c.zip
Nope; still wrong. Giving up for now
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4
index 1784f4de..a4af9f8e 100644
--- a/tmux/tmux.conf.m4
+++ b/tmux/tmux.conf.m4
@@ -13,7 +13,7 @@ set-environment -gru WINDOWID
set-option -g update-environment ''
# Setting this makes each new pane a non-login shell, which suits me better
-set-option -g default-command "unset SHLVL ; $SHELL"
+set-option -g default-command "$SHELL"
# Expect a 256-color terminal
set-option -g default-terminal 'screen-256color'