mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Merge 05c53a0b79 into 85d949550b
This commit is contained in:
commit
7e12dbea79
1 changed files with 1 additions and 6 deletions
|
|
@ -1,6 +1 @@
|
||||||
_load_z() {
|
source ${0:h}/z.sh
|
||||||
source $1/z.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
[[ -f $ZSH_CUSTOM/plugins/z/z.plugin.zsh ]] && _load_z $ZSH_CUSTOM/plugins/z
|
|
||||||
[[ -f $ZSH/plugins/z/z.plugin.zsh ]] && _load_z $ZSH/plugins/z
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue