Skip to content

Instantly share code, notes, and snippets.

@knwng
Created November 13, 2024 21:24
Show Gist options
  • Save knwng/9389606d347e4f5501f771807654e927 to your computer and use it in GitHub Desktop.
Save knwng/9389606d347e4f5501f771807654e927 to your computer and use it in GitHub Desktop.
Switch from tcsh to zsh without sudo
setenv SHELL /usr/bin/zsh
exec /usr/bin/zsh -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment