Swap all references of oh-my-zsh to Prezto
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user