Skip to content

Instantly share code, notes, and snippets.

@amonks
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save amonks/9e1227c79a40cd474a6b to your computer and use it in GitHub Desktop.

Select an option

Save amonks/9e1227c79a40cd474a6b to your computer and use it in GitHub Desktop.
change your default shell

A "non-standard shell" is a shell that's not listed in /etc/shells. So, use where <shell> to find shell path, and add it to /etc/shells.

Then chsh -s <shell-path>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment