summarylogtreecommitdiffstats
path: root/antigen.install
diff options
context:
space:
mode:
Diffstat (limited to 'antigen.install')
-rw-r--r--antigen.install7
1 files changed, 6 insertions, 1 deletions
diff --git a/antigen.install b/antigen.install
index 218b82909a37..b521cec67faf 100644
--- a/antigen.install
+++ b/antigen.install
@@ -1,4 +1,9 @@
post_install() {
echo "To use antigen, include the following line in your .zshrc:
- source /usr/share/zsh/scripts/antigen/antigen.zsh "
+ source /usr/share/zsh/share/antigen.zsh"
+}
+
+post_upgrade() {
+ echo "To use antigen, include the following line in your .zshrc:
+ source /usr/share/zsh/share/antigen.zsh"
}