This commit is contained in:
GitHub Merge Button 2012-02-23 12:33:52 -08:00
commit 2eadb15ca7
4 changed files with 84 additions and 0 deletions

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

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