Byobu advanced tricks for linux system administrators
Byobu is a great tool for working on remote servers via a SSH session. Change default shell Sometimee it is not easy to change default shell for your login session, for example a AD-backed login session. One trick is to set default shell for byobu sessions: Add the following lines to ~/.byobu/.tmux.conf:set -g default-shell /usr/bin/zshset -g default-command /usr/bin/zsh Setup multiple sessions for byoubu on login [...]
Continue Reading
