Browse Source

Merge branch 'apjanke-z-allow-custom'

Closes #4578
Marc Cornellà 9 years ago
parent
commit
d3b9520501
1 changed files with 1 additions and 6 deletions
  1. 1 6
      plugins/z/z.plugin.zsh

+ 1 - 6
plugins/z/z.plugin.zsh

@@ -1,6 +1 @@
-_load_z() {
-  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
+source "${0:h}/z.sh"