We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking issue: ohmyzsh/ohmyzsh#9512
The text was updated successfully, but these errors were encountered:
Temporary workaround is to implement https://unix.stackexchange.com/a/597740 in tools/upgrade.sh before exit $ret
exit $ret
printf "\n${BLUE}%s${RESET}\n" "Updating custom plugins and themes" cd custom/ for plugin in plugins/*/ themes/*/; do if [ -d "$plugin/.git" ]; then printf "${YELLOW}%s${RESET}\n" "${plugin%/}" git -C "$plugin" pull fi done
Sorry, something went wrong.
Checked on Jan 12, 2025 - still an issue - the above patch still works fine.
weirdion
No branches or pull requests
Tracking issue: ohmyzsh/ohmyzsh#9512
The text was updated successfully, but these errors were encountered: