Last active
July 21, 2019 04:53
-
-
Save estysdesu/726554ab248b6160e25757eb22c28d5c to your computer and use it in GitHub Desktop.
[Shell: add a new shell and change default] #chsh #sh
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
# add a new default shell | |
sudo vim /etc/shells | |
chsh -s <path to shell> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment