Skip to content

Instantly share code, notes, and snippets.

@theodorosidmar
Last active May 8, 2018 22:58
Show Gist options
  • Select an option

  • Save theodorosidmar/fb1a844e67f5bb78a6754b09f522ed5e to your computer and use it in GitHub Desktop.

Select an option

Save theodorosidmar/fb1a844e67f5bb78a6754b09f522ed5e to your computer and use it in GitHub Desktop.
Set your favorite shell as default

Setting zsh as default

chsh -s $(which zsh)

Setting bash as default

chsh -s $(which bash)

Log out after that. Then, come back to terminal.

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