modified theme and altered installer for my repo

This commit is contained in:
Oliver 2012-08-20 17:34:19 +02:00
commit 3ee2a45a2f
2 changed files with 1 additions and 6 deletions

View file

@ -5,7 +5,7 @@ then
fi
echo "\033[0;34mCloning Oh My Zsh...\033[0m"
hash git >/dev/null && /usr/bin/env git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh || {
hash git >/dev/null && /usr/bin/env git clone https://github.com/Olipro/oh-my-zsh.git ~/.oh-my-zsh || {
echo "git not installed"
exit
}