From: Maximilian Friedersdorff Date: Wed, 17 Jul 2019 08:14:21 +0000 (+0100) Subject: Run $SHELL as the default shell in new window X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=6a70872e84455edaec528c3575e6f924aef31351;p=max%2Fsaltfiles.git Run $SHELL as the default shell in new window --- diff --git a/states/tmux/files/tmux.conf b/states/tmux/files/tmux.conf index 3b17d1a..1afd5dc 100644 --- a/states/tmux/files/tmux.conf +++ b/states/tmux/files/tmux.conf @@ -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