Answers for "zsh for linux"

3

zsh

sudo apt install zsh

## Make default shell set and logout
chsh -s $(which zsh)
Posted by: Guest on August-17-2020
-1

zsh shell in linux

apt install zsh
Posted by: Guest on October-26-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language