tmux
, I would say is one of the finest interface to work on a remote server. But it comes with a boring shell. This post will help you configure zsh
as the default shell when logging into tmux
.
Step 1 : Install zsh
sudo apt-get update sudo apt-get install zsh # check `zsh` version. # It is prefereable to use a version above 5.0 zsh --version
Continue reading “Setting up tmux with z-shell (zsh) as default”