summarylogtreecommitdiffstats
path: root/zsh-plugin-wd.install
diff options
context:
space:
mode:
Diffstat (limited to 'zsh-plugin-wd.install')
-rw-r--r--zsh-plugin-wd.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/zsh-plugin-wd.install b/zsh-plugin-wd.install
new file mode 100644
index 000000000000..55b2fcef127a
--- /dev/null
+++ b/zsh-plugin-wd.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
+}