On a new setup, tmux is using bash instead of my default (zsh).
How can I force it to use zsh?
feedback
|
|
Use
| |||||
feedback
|
|
Drop this line in the bottom of your
After you add that, kill and restart your tmux server and all should work. | |||
feedback
|
|
First ensure your default shell is set properly to zsh via running this in your command line:
Placing the folloowing in your ~/.tmux.conf is a more robust option for any shell.
| |||
|
feedback
|