You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
Bootstrapper sets up zsh as the default shell, so it will be common for folks to want to then run ohmyzsh. The problem is that this clears the path settings established by bootstrapper and pulls them into the file ~/.zshrc.pre-oh-my-zsh
Not sure the best way to address this (maybe just in documentation), but calling it out.
solved by simply source ~/.zshrc.pre-oh-my-zsh - but not sure whether there's a better way