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 }