From 2a89eaa2f8da679eb5afafba48788e4f82e06986 Mon Sep 17 00:00:00 2001 From: David Moore Date: Thu, 22 Jan 2026 12:57:17 -0800 Subject: [PATCH] Update functions.zsh Explicitly state wrapper function is redirecting to 'omz update' and not running any deprecated code. --- lib/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.zsh b/lib/functions.zsh index 330b0e3e9..824d1ce5a 100644 --- a/lib/functions.zsh +++ b/lib/functions.zsh @@ -9,7 +9,7 @@ function uninstall_oh_my_zsh() { } function upgrade_oh_my_zsh() { - echo >&2 "${fg[yellow]}Note: \`$0\` is deprecated. Use \`omz update\` instead.$reset_color" + echo >&2 "${fg[yellow]}Note: \`$0\` is deprecated. Using \`omz update\` instead.$reset_color" omz update }