I want to change my default shell in byobu without restarting it. However, when I change the lines in ~ / .byobu / .tmux.conf to do this:
from
set -g default-shell /usr/bin/fish
set -g default-command /usr/bin/fish
in
set -g default-shell /usr/bin/zsh
set -g default-command /usr/bin/zsh
New windows and sessions still begin with a fish tip. I'm not sure what else to try except closing byobu sessions, but this is undesirable because processes that I don't want to kill are running.
How can I change my default shell in byobu, and can I do this without closing all byobu / windows sessions?
source
share