1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

Merge branch 'apjanke-z-allow-custom'

Closes #4578
This commit is contained in:
Marc Cornellà
2015-11-27 17:12:45 +01:00

View File

@@ -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