How do I change the default shell used in Byobu (tmux)?
Put the following in your $HOME/.byobu/.tmux.conf
:
set -g default-shell /usr/bin/zsh
set -g default-command /usr/bin/zsh
Full disclosure: I'm the author and maintainer of Byobu.
Put the following in your $HOME/.byobu/.tmux.conf
:
set -g default-shell /usr/bin/zsh
set -g default-command /usr/bin/zsh
Full disclosure: I'm the author and maintainer of Byobu.