Skip to content

Instantly share code, notes, and snippets.

@estysdesu
Last active July 21, 2019 04:53
Show Gist options
  • Save estysdesu/726554ab248b6160e25757eb22c28d5c to your computer and use it in GitHub Desktop.
Save estysdesu/726554ab248b6160e25757eb22c28d5c to your computer and use it in GitHub Desktop.
[Shell: add a new shell and change default] #chsh #sh
# 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