diff --git a/.tmux.conf b/.tmux.conf index 8cf490c..7368dd9 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -61,4 +61,6 @@ set-option -g visual-silence off set-window-option -g monitor-activity off set-option -g bell-action none +set-option -g default-shell $SHELL + if '[ -f ~/.tmux.conf.local ]' 'source ~/.tmux.conf.local'