summarylogtreecommitdiffstats
path: root/zsh-plugin-wd-git.install
blob: 55b2fcef127abf0a5a7534f6f89d572810739f2e (plain)
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
}