Created
November 13, 2024 21:24
-
-
Save knwng/9389606d347e4f5501f771807654e927 to your computer and use it in GitHub Desktop.
Switch from tcsh to zsh without sudo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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