mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
wd: point to the correct directory even if installed with antibody (#8116)
This commit is contained in:
parent
a331063a04
commit
15dd77055e
1 changed files with 1 additions and 5 deletions
|
@ -1,11 +1,7 @@
|
||||||
#!/bin/zsh
|
|
||||||
|
|
||||||
# WARP DIRECTORY
|
# WARP DIRECTORY
|
||||||
# ==============
|
# ==============
|
||||||
# oh-my-zsh plugin
|
# oh-my-zsh plugin
|
||||||
#
|
#
|
||||||
# @github.com/mfaerevaag/wd
|
# @github.com/mfaerevaag/wd
|
||||||
|
|
||||||
wd() {
|
eval "wd() { source '${0:A:h}/wd.sh' }"
|
||||||
. $ZSH/plugins/wd/wd.sh
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue