Added plugin to handle z ( https://github.com/rupa/z ) after it's installed from homebrew.

This commit is contained in:
Ali Karbassi 2011-12-15 12:26:55 -06:00
commit 4dbac8b3dc

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

@ -0,0 +1,5 @@
. `brew --prefix`/etc/profile.d/z.sh
function precmd () {
z --add "$(pwd -P)"
}