From fe72c83efbe87ced0f5e7cec42d2cc3a1eada799 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Sun, 21 Nov 2021 23:10:04 +0800 Subject: fix(pkg): Fix zsh-ssr-theme package issue Signed-off-by: KunoiSayami --- repo/zsh-ssr-theme/zsh-ssr-theme.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/zsh-ssr-theme/zsh-ssr-theme.install') diff --git a/repo/zsh-ssr-theme/zsh-ssr-theme.install b/repo/zsh-ssr-theme/zsh-ssr-theme.install index 3e1c210..33f9035 100644 --- a/repo/zsh-ssr-theme/zsh-ssr-theme.install +++ b/repo/zsh-ssr-theme/zsh-ssr-theme.install @@ -14,5 +14,5 @@ blue="${bold}$(tput setaf 4)" yellow="${bold}$(tput setaf 3)" post_install() { - note "Run \`echo \"[ -r /etc/zsh/ssr/ssr-zshrc.zsh ] && source /etc/zsh/ssr/ssr-zshrc.zsh\" > ~/.zshrc\` to joy it" + note "Run \`echo \"[ -r /etc/zsh/ssr/zshrc.zsh ] && source /etc/zsh/ssr/zshrc.zsh\" > ~/.zshrc\` to joy it" } -- cgit v1.3.1