1 2 3 4 5 6 7 8 9 10 11 12 13 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 }