pull/2/head
Bodaniel Jeanes 2011-10-23 19:05:35 -05:00
parent f1bbb9983d
commit ec39822e3d
1 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,9 @@ export ZSH=$DOT_FILES/zsh/lib/oh-my-zsh
export ZSH_THEME="risto"
plugins=(rails git ruby osx brew)
if [ -d "$ZSH" ]; then
source $ZSH/oh-my-zsh.sh
else
if ! [ -d "$ZSH" ]; then
echo "Cloning Oh My Zsh..."
/usr/bin/env git clone git://github.com/robbyrussell/oh-my-zsh.git "$ZSH"
source $ZSH/oh-my-zsh.sh
fi
source $ZSH/oh-my-zsh.sh