Skip to content

Instantly share code, notes, and snippets.

@patrickfox
Created March 19, 2018 17:25
Show Gist options
  • Save patrickfox/b598f7936ee5ab9b6ef207563624991c to your computer and use it in GitHub Desktop.
Save patrickfox/b598f7936ee5ab9b6ef207563624991c to your computer and use it in GitHub Desktop.

Change Default Shell

To automatically start using a different shell:

which zshthis -> /path/to/the/shell chsh -s /path/to/the/shell

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