Skip to content

Instantly share code, notes, and snippets.

@yuraloginoff
Last active June 12, 2020 13:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuraloginoff/1b3990e28dce506bb12a32b74b56eddb to your computer and use it in GitHub Desktop.
Save yuraloginoff/1b3990e28dce506bb12a32b74b56eddb to your computer and use it in GitHub Desktop.
#linux: Switch between shells
$ echo 'alias 2zsh="chsh -s $(which zsh)"' >> ~/.bashrc
$ echo 'alias 2bash="chsh -s $(which bash)"' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment