Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 241 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 241 Bytes

Install ZSH


@nabang1010

Check Current Shell Using

echo $SHELL

Install ZSH

sudo apt install zsh

Change default shell bash to zsh

chsh -s /bin/zsh