aboutsummaryrefslogtreecommitdiff
path: root/repo/zsh-ssr-theme/zsh-ssr-theme.install
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-11-21 23:10:04 +0800
committerKunoiSayami <[email protected]>2021-11-21 23:10:04 +0800
commitfe72c83efbe87ced0f5e7cec42d2cc3a1eada799 (patch)
treece6939b8ec804f07cf1c81fe59e350b2e9550c6a /repo/zsh-ssr-theme/zsh-ssr-theme.install
parentb66e3ac9329359a0366a378d1c7ea2685e75435f (diff)
fix(pkg): Fix zsh-ssr-theme package issue
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'repo/zsh-ssr-theme/zsh-ssr-theme.install')
-rw-r--r--repo/zsh-ssr-theme/zsh-ssr-theme.install2
1 files changed, 1 insertions, 1 deletions
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"
}