ohmyzsh plugin of the z project: https://github.com/rupa/z

This commit is contained in:
Marko Bauhardt 2013-04-03 20:20:57 +02:00
commit e4fb94306a
5 changed files with 528 additions and 0 deletions

6
plugins/z/z.plugin.zsh Normal file
View file

@ -0,0 +1,6 @@
_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