diff --git a/oh-my-zsh.sh b/oh-my-zsh.zsh similarity index 100% rename from oh-my-zsh.sh rename to oh-my-zsh.zsh diff --git a/templates/zshrc.zsh-template b/templates/zshrc.template.zsh similarity index 95% rename from templates/zshrc.zsh-template rename to templates/zshrc.template.zsh index 6746feb..6dfc2ee 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.template.zsh @@ -18,7 +18,7 @@ export DISABLE_AUTO_TITLE='false' # Example: plugins=(rails git textmate ruby lighthouse) plugins=(git) -source "$ZSH/oh-my-zsh.sh" +source "$ZSH/oh-my-zsh.zsh" # Customize to your needs...