summarylogtreecommitdiffstats
path: root/zsh-you-should-use.install
diff options
context:
space:
mode:
authorSumner Evans2018-04-03 09:36:05 -0600
committerSumner Evans2018-04-03 09:36:05 -0600
commitc2fabf149db2207bfed6972faedafdd49b0270ea (patch)
tree5ac3e2cc6ecf0731be6e316ef0fd2dbcafb1d649 /zsh-you-should-use.install
parent424e8f808eb46bd5baae8ac1f0ce9799ff707b1a (diff)
downloadaur-c2fabf149db2207bfed6972faedafdd49b0270ea.tar.gz
Fix post_install instructions
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
+}