summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCopilot <198982749+Copilot@users.noreply.github.com>2025-11-19 17:44:11 -0800
committerGitHub <noreply@github.com>2025-11-19 17:44:11 -0800
commitb52dd1a425e9ed9f844ba46cd27ff94a3b4949dc (patch)
tree8406fbcf785f8313a0ed2272831aedaae70163b9
parent8a4d6fc0a2b5586f093fb2b96b51e2141f643284 (diff)
downloadzsh-b52dd1a425e9ed9f844ba46cd27ff94a3b4949dc.tar.gz
zsh-b52dd1a425e9ed9f844ba46cd27ff94a3b4949dc.tar.bz2
zsh-b52dd1a425e9ed9f844ba46cd27ff94a3b4949dc.zip
feat: Update OpenSwag domain references to CommitGoods (#13434)
* Initial plan * Update all OpenSwag domain references to CommitGoods Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: robbyrussell <257+robbyrussell@users.noreply.github.com>
-rw-r--r--README.md2
-rw-r--r--lib/cli.zsh2
-rwxr-xr-xtools/install.sh2
-rwxr-xr-xtools/upgrade.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index eaa3fb29e..2ccb63b69 100644
--- a/README.md
+++ b/README.md
@@ -547,7 +547,7 @@ We're on social media:
## Merchandise
We have
-[stickers, shirts, and coffee mugs available](https://openswag.shop/collections/oh-my-zsh?utm_source=github)
+[stickers, shirts, and coffee mugs available](https://commitgoods.com/collections/oh-my-zsh?utm_source=github)
for you to show off your love of Oh My Zsh. Again, you will become the talk of the town!
## License
diff --git a/lib/cli.zsh b/lib/cli.zsh
index c62da36af..55938ba8a 100644
--- a/lib/cli.zsh
+++ b/lib/cli.zsh
@@ -724,7 +724,7 @@ function _omz::pr::test {
}
function _omz::shop {
- local shop_url="https://openswag.shop/collections/oh-my-zsh"
+ local shop_url="https://commitgoods.com/collections/oh-my-zsh"
_omz::log info "Opening Oh My Zsh shop in your browser..."
_omz::log info "$shop_url"
diff --git a/tools/install.sh b/tools/install.sh
index d86550cdd..c31ce2d55 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 "OpenSwag Shop" https://openswag.shop/collections/oh-my-zsh)"
+ printf '%s\n' "• Get stickers, t-shirts, coffee mugs and more: $(fmt_link "CommitGoods Shop" https://commitgoods.com/collections/oh-my-zsh)"
printf '%s\n' $FMT_RESET
}
diff --git a/tools/upgrade.sh b/tools/upgrade.sh
index 82c0624bc..01719d217 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 "OpenSwag Shop" https://openswag.shop/collections/oh-my-zsh)"
+ printf "${BLUE}${BOLD}%s %s${RESET}\n" "Get your Oh My Zsh swag at:" "$(fmt_link "CommitGoods Shop" https://commitgoods.com/collections/oh-my-zsh)"
elif [[ $verbose_mode == minimal ]]; then
printf "${BLUE}%s${RESET}\n" "$message"
fi