From acc11bc5f4138ad7a9b78000fe5c2458085f82b1 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Thu, 10 Sep 2026 05:36:16 -0700 Subject: [PATCH] fix(github): quote deprecation notice safely --- plugins/github/github.plugin.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/github/github.plugin.zsh b/plugins/github/github.plugin.zsh index 8d0966c63..95b597927 100644 --- a/plugins/github/github.plugin.zsh +++ b/plugins/github/github.plugin.zsh @@ -1,5 +1,5 @@ -print -Pru2 -- "%F{yellow}[oh-my-zsh] The \`github\` plugin is deprecated and will be removed in a future release." -print -Pru2 -- "It supports the legacy \`hub\` CLI. Use the \`gh\` plugin for GitHub CLI completion.%f" +print -Pru2 -- '%F{yellow}[oh-my-zsh] The %Bgithub%b plugin is deprecated and will be removed in a future release.' +print -Pru2 -- 'It supports the legacy %Bhub%b CLI. Use the %Bgh%b plugin for GitHub CLI completion.%f' # Set up hub wrapper for git, if it is available; https://github.com/github/hub if (( $+commands[hub] )); then