From 1e2cf116b773233e7f453ef85826de871e24e0ef Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Mon, 28 Nov 2011 10:23:29 -0500 Subject: [PATCH] Why the hell does oh-my-zsh have an .sh extension and not .zsh? --- oh-my-zsh.sh => oh-my-zsh.zsh | 0 templates/zshrc.arch-zsh-template | 2 +- templates/zshrc.zsh-template | 2 +- tools/theme_chooser.sh | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename oh-my-zsh.sh => oh-my-zsh.zsh (100%) 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.arch-zsh-template b/templates/zshrc.arch-zsh-template index b9322b0b9..0e5201f13 100644 --- a/templates/zshrc.arch-zsh-template +++ b/templates/zshrc.arch-zsh-template @@ -2,7 +2,7 @@ ZSH=/usr/share/oh-my-zsh/ load_oh_my_zshell(){ - source $ZSH/oh-my-zsh.sh + source $ZSH/oh-my-zsh.zsh } # Set to this to use case-sensitive completion diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template index 6d1db51ed..bbec3a9d2 100644 --- a/templates/zshrc.zsh-template +++ b/templates/zshrc.zsh-template @@ -20,7 +20,7 @@ ZSH=$HOME/.oh-my-zsh # Example format: plugins=(rails git textmate ruby lighthouse) plugins=(git) -source $ZSH/oh-my-zsh.sh +source $ZSH/oh-my-zsh.zsh # Load a theme # Look in $ZSH/themes/ diff --git a/tools/theme_chooser.sh b/tools/theme_chooser.sh index 4d7047444..cbf0f6d53 100755 --- a/tools/theme_chooser.sh +++ b/tools/theme_chooser.sh @@ -9,7 +9,7 @@ THEMES_DIR="$ZSH/themes" FAVLIST="${HOME}/.zsh_favlist" -source $ZSH/oh-my-zsh.sh +source $ZSH/oh-my-zsh.zsh function noyes() { read "a?$1 [y/N] "