TrudeEH / dotfiles

MIT License
11 stars 0 forks source link

TMUX launches SH instead of the default shell on macOS #11

Open TrudeEH opened 2 weeks ago

TrudeEH commented 2 weeks ago

The $SHELL variable contains the path for the default shell, while the actual active shell is SH.

Passing /bin/zsh to TMUX manually works, and launching ZSH from SH works as well.

TrudeEH commented 2 weeks ago

image