Created
April 4, 2021 13:43
-
-
Save dhairya137/924e0fe20bd809bb3b56b725197c9411 to your computer and use it in GitHub Desktop.
zsh install bash script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install zsh -y | |
sudo usermod -s /usr/bin/zsh $(whoami) | |
# comment | |
# sudo reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment