summarylogtreecommitdiffstats
path: root/zsh-you-should-use.install
diff options
context:
space:
mode:
Diffstat (limited to 'zsh-you-should-use.install')
-rw-r--r--zsh-you-should-use.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh-you-should-use.install b/zsh-you-should-use.install
new file mode 100644
index 000000000000..a9105de32958
--- /dev/null
+++ b/zsh-you-should-use.install
@@ -0,0 +1,6 @@
+post_install() {
+ cat << EOF
+To activate zsh-you-should-use add the following line at the end of ~/.zshrc:
+ source /usr/share/zsh/plugins/zsh-you-should-use/you-should-use.plugin.zsh
+EOF
+}