tmux.conf: use zsh as default shell in case tmux is login shell

This commit is contained in:
Mika Suomalainen 2012-12-30 11:02:06 +02:00
parent 5a0230f0b0
commit 645c3e0659
1 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,6 @@ bind-key 0 select-window -t :10
# Enables additional colours
set -g default-terminal "screen-256color"
# Use zsh as default shell if it exists
set -g default-shell /bin/zsh