summarylogtreecommitdiffstats
path: root/zsh-plugin-wd.install
diff options
context:
space:
mode:
authorSabu Siyad2021-08-26 02:21:07 +0530
committerSabu Siyad2021-08-26 02:21:07 +0530
commit28edfcb09d8ca2f78b2b8129d8ee6287590abeb6 (patch)
treebbcc6acaa6ecd1d0ee3be66026e1746358202428 /zsh-plugin-wd.install
parent9eecc9cd26c7ce70fe7a0b5e36ee27f4d77502cb (diff)
downloadaur-28edfcb09d8ca2f78b2b8129d8ee6287590abeb6.tar.gz
add .install file
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
+}