Commit d3b95205 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge branch 'apjanke-z-allow-custom'

Closes #4578
parents 85d94955 2205aa42
_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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment