Zsh

From Chorke Wiki
Jump to navigation Jump to search
cat << EXE | sudo bash
apt-get update;echo
apt list -a --upgradable
apt-get install -y zsh
chsh -s $(which zsh)
zsh --version
EXE

References