Byobu: Difference between revisions
From James's Wiki
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Put the following in your $HOME/.byobu/.tmux.conf: | Put the following in your $HOME/.byobu/.tmux.conf: | ||
nano ~/.byobu/.tmux.conf<br> | |||
nano $HOME/.byobu/.tmux.conf | |||
set -g default-command /usr/bin/ | |||
set -g default-shell /usr/bin/fish<br> | |||
set -g default-command /usr/bin/fish | |||
byobu-enable | |||
byobu-tmux rename-window test | |||
keyboard commands:<br> | |||
https://wiki.michaelhan.net/Byobu | |||
https://askubuntu.com/questions/296377/how-do-i-change-the-default-shell-used-in-byobu-tmux |
Latest revision as of 15:56, 27 July 2022
Put the following in your $HOME/.byobu/.tmux.conf:
nano ~/.byobu/.tmux.conf
nano $HOME/.byobu/.tmux.conf
set -g default-shell /usr/bin/fish
set -g default-command /usr/bin/fish
byobu-enable
byobu-tmux rename-window test
keyboard commands:
https://wiki.michaelhan.net/Byobu
https://askubuntu.com/questions/296377/how-do-i-change-the-default-shell-used-in-byobu-tmux