Merge with upstream.

This commit is contained in:
Steve Losh 2011-06-03 16:25:32 -04:00
commit b17f99763d
97 changed files with 2632 additions and 128 deletions

View file

@ -22,7 +22,7 @@ echo "Copying your current PATH and adding it to the end of ~/.zshrc for you."
echo "export PATH=$PATH" >> ~/.zshrc
echo "Time to change your default shell to zsh!"
chsh -s "/usr/bin/env zsh"
chsh -s `which zsh`
echo ' __ __ '
echo ' ____ / /_ ____ ___ __ __ ____ _____/ /_ '