ಠ_ಠ, arch-zsh-template needs to source oh-my-zsh.zsh... How did I mess this up?

This commit is contained in:
Simon Gomizelj 2011-11-28 10:27:32 -05:00
commit f755d3d538

View file

@ -27,7 +27,7 @@ DISABLE_AUTO_UPDATE="true"
plugins=(git) plugins=(git)
load_oh_my_zshell(){ load_oh_my_zshell(){
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.zsh
} }
# Customize to your needs... # Customize to your needs...