wd: point to the correct directory even if installed with antibody (#8116)
parent
a331063a04
commit
15dd77055e
1 changed files with 1 additions and 5 deletions
@ -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…
Reference in new issue