From 00d4f280ae42e4aad0b728916ba6a52ef1531b67 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Wed, 13 Jul 2011 13:13:35 -0400 Subject: [PATCH] Changed the main file extension from sh to zsh. --- oh-my-zsh.sh => oh-my-zsh.zsh | 0 templates/{zshrc.zsh-template => zshrc.template.zsh} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename oh-my-zsh.sh => oh-my-zsh.zsh (100%) rename templates/{zshrc.zsh-template => zshrc.template.zsh} (95%) 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...