Swap all references of oh-my-zsh to Prezto

This commit is contained in:
Jean Mertz
2012-08-09 18:09:50 +02:00
parent 7079ae1432
commit 9c3ab949a5
9 changed files with 11 additions and 75 deletions

View File

@@ -26,12 +26,8 @@ if [[ -d $HOME/.oh-my-zsh ]]; then
for config_file ($yadr/custom/zsh/before/*) source $config_file
fi
# Figure out if we have Robby's or Sorin's Oh-my-zsh
if [[ -f $ZSH/oh-my-zsh.sh ]]; then
source $ZSH/oh-my-zsh.sh # OMZ Robby Russell (https://github.com/robbyrussell/oh-my-zsh)
else
source $yadr/zsh/omz-sorin/omz-sorin.zsh # OMZ Sorin Ionescu (https://github.com/sorin-ionescu/oh-my-zsh)
fi
# Prezto (https://github.com/sorin-ionescu/prezto)
source $yadr/zsh/prezto/prezto.zsh
fi
# Configuration