This commit is contained in:
Bradley Priest 2013-01-12 00:18:22 -08:00
commit d0e49fb8cc

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