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
|
||||
# ==============
|
||||
# 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 a new issue