Installing ZSH shell on debian based systems
1 min read

Installing ZSH shell on debian based systems

Installing and setting ZSH as default shell

apt-get update apt-get install zsh

Set it as default shell

chsh -s /bin/zsh

Reboot your sytem.

Enjoying these posts? Subscribe for more