Last active
September 13, 2023 22:28
-
-
Save csturtevant/6337e1b3d0231a3855f099a2af7b7d9d to your computer and use it in GitHub Desktop.
uninstall prezto from home directory
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
rm -rf ~/.zprezto ~/.zlogin ~/.zlogout ~/.zpreztorc ~/.zprofile ~/.zshenv |
Agreed, a safer way would be: rm -rf ~/.zprezto ~/.zlogin ~/.zlogout ~/.zpreztorc ~/.zprofile ~/.zshenv
. No need to remove the entire .zshrc
as it may contain usefulconfigurations independent of zpresto. Leaving comment here because this is still the second google hit for how to remove .zpresto. Cheers.
Thanks for the helpful comments.
~/.zshrc
removed from script.
why doest this command delete the ~/.zshenv file?
When using this command and then restarting the terminal i get:
/Users/***/.zshrc:1: command not found: rbenv
I guess there where other configurations in the zsh regarding rbenv which are lost now too?
any help?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will also modify zshrc therefore will effect your oh my zsh configuration if you have any.