]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/tmux/files/tmux.conf
Run $SHELL as the default shell in new window
[max/saltfiles.git] / states / tmux / files / tmux.conf
index 3b17d1a72235e1a0f9f4d5b85690b5aa9c442a23..1afd5dc19a3743c1784c9c40eb441d272d6c87c7 100644 (file)
@@ -3,7 +3,7 @@ set -g mode-keys vi
 set -g history-limit 10000
 
 
-set -g default-command /bin/bash
+set -g default-command $SHELL
 
 unbind C-b 
 set -g prefix C-a