tmux.conf: always run zsh

if it's not found, it seems to fallback silently to "default" shell.
This commit is contained in:
Mikaela Suomalainen 2014-12-28 14:44:32 +02:00
parent 3d1b5adf01
commit a1b1e12167
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ bind-key 0 select-window -t :10
# Enables additional colours
set -g default-terminal "screen-256color"
# Always run zsh
shell-command /usr/bin/env zsh