This commit is contained in:
Bradley Priest 2011-08-14 20:35:03 +12:00
commit 62d6014d14

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