wd: point to the correct directory even if installed with antibody (#8116)

master
Salomon Smeke 7 years ago committed by Marc Cornellà
parent a331063a04
commit 15dd77055e
  1. 6
      plugins/wd/wd.plugin.zsh

@ -1,11 +1,7 @@
#!/bin/zsh
# WARP DIRECTORY
# ==============
# oh-my-zsh plugin
#
# @github.com/mfaerevaag/wd
wd() {
. $ZSH/plugins/wd/wd.sh
}
eval "wd() { source '${0:A:h}/wd.sh' }"

Loading…
Cancel
Save