Merge remote-tracking branch 'bradleypriest/master'

This commit is contained in:
JuanPablo 2011-08-16 16:55:06 -04:00
commit e8e98aff28

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

@ -0,0 +1,6 @@
if [ -f `brew --prefix`/etc/profile.d/z.sh ]; then
. `brew --prefix`/etc/profile.d/z.sh
function precmd () {
z --add "$(pwd -P)"
}
fi