summarylogtreecommitdiffstats
path: root/antigen.install
diff options
context:
space:
mode:
Diffstat (limited to 'antigen.install')
-rwxr-xr-xantigen.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/antigen.install b/antigen.install
new file mode 100755
index 000000000000..fffb7f872720
--- /dev/null
+++ b/antigen.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "== To use antigen, include the following line in your .zshrc: ==
+ 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"
+}