Why the hell does oh-my-zsh have an .sh extension and not .zsh?

Conflicts:

	templates/zshrc.arch-zsh-template
This commit is contained in:
Simon Gomizelj 2011-11-28 10:23:29 -05:00
commit aa1d7ad012
3 changed files with 2 additions and 2 deletions

View file

@ -26,6 +26,6 @@ ZSH_THEME="robbyrussell"
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git)
source $ZSH/oh-my-zsh.sh
source $ZSH/oh-my-zsh.zsh
# Customize to your needs...