summarylogtreecommitdiffstats
path: root/zsh-plugin-wd-git.install
diff options
context:
space:
mode:
authorSindre Moen2017-02-13 21:18:00 +0100
committerSindre Moen2017-02-13 21:18:00 +0100
commit08e4847b87b14542aaf8d21847a9f2bb3417bc2e (patch)
treea7fb4cf4b32f5913f712be82ac8ba3e87043880b /zsh-plugin-wd-git.install
downloadaur-08e4847b87b14542aaf8d21847a9f2bb3417bc2e.tar.gz
Create initial package
Diffstat (limited to 'zsh-plugin-wd-git.install')
-rw-r--r--zsh-plugin-wd-git.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/zsh-plugin-wd-git.install b/zsh-plugin-wd-git.install
new file mode 100644
index 000000000000..55b2fcef127a
--- /dev/null
+++ b/zsh-plugin-wd-git.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo 'To enable wd, add the following to your .zshrc file:'
+ echo
+ echo 'wd() {'
+ echo ' . /usr/share/wd/wd.sh'
+ echo '}'
+ echo
+}
+
+post_remove() {
+ echo
+ echo 'Remember to remove wd from your .zshrc file.'
+ echo
+}