summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCopilot <198982749+Copilot@users.noreply.github.com>2025-11-15 21:00:26 +0100
committerGitHub <noreply@github.com>2025-11-15 21:00:26 +0100
commit8c5a60644a2a93fb6b7d76ec7a5598f99b426cf0 (patch)
treeda49e51f017a6d91c15331862391baa7b5a651cb /tools
parent9d93dfaa60ccc7980ad69b75b1accae0232e4e8f (diff)
downloadzsh-8c5a60644a2a93fb6b7d76ec7a5598f99b426cf0.tar.gz
zsh-8c5a60644a2a93fb6b7d76ec7a5598f99b426cf0.tar.bz2
zsh-8c5a60644a2a93fb6b7d76ec7a5598f99b426cf0.zip
feat: announce OpenSwag and `omz shop` command (#13428)
* Update shop URLs from Planet Argon to OpenSwag and add omz shop command Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com> Co-authored-by: mcornella <1441704+mcornella@users.noreply.github.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/install.sh2
-rwxr-xr-xtools/upgrade.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/install.sh b/tools/install.sh
index 8cf62a76e..d86550cdd 100755
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -505,7 +505,7 @@ print_success() {
printf '\n'
printf '%s\n' "• Follow us on X: $(fmt_link @ohmyzsh https://x.com/ohmyzsh)"
printf '%s\n' "• Join our Discord community: $(fmt_link "Discord server" https://discord.gg/ohmyzsh)"
- printf '%s\n' "• Get stickers, t-shirts, coffee mugs and more: $(fmt_link "Planet Argon Shop" https://shop.planetargon.com/collections/oh-my-zsh)"
+ printf '%s\n' "• Get stickers, t-shirts, coffee mugs and more: $(fmt_link "OpenSwag Shop" https://openswag.shop/collections/oh-my-zsh)"
printf '%s\n' $FMT_RESET
}
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index 1aa3d8af4..82c0624bc 100755
--- a/tools/upgrade.sh
+++ b/tools/upgrade.sh
@@ -273,7 +273,7 @@ if LANG= git pull --quiet --rebase $remote $branch; then
printf "${BLUE}%s${RESET}\n\n" "$message"
printf "${BLUE}${BOLD}%s %s${RESET}\n" "To keep up with the latest news and updates, follow us on X:" "$(fmt_link @ohmyzsh https://x.com/ohmyzsh)"
printf "${BLUE}${BOLD}%s %s${RESET}\n" "Want to get involved in the community? Join our Discord:" "$(fmt_link "Discord server" https://discord.gg/ohmyzsh)"
- printf "${BLUE}${BOLD}%s %s${RESET}\n" "Get your Oh My Zsh swag at:" "$(fmt_link "Planet Argon Shop" https://shop.planetargon.com/collections/oh-my-zsh)"
+ printf "${BLUE}${BOLD}%s %s${RESET}\n" "Get your Oh My Zsh swag at:" "$(fmt_link "OpenSwag Shop" https://openswag.shop/collections/oh-my-zsh)"
elif [[ $verbose_mode == minimal ]]; then
printf "${BLUE}%s${RESET}\n" "$message"
fi