Browse Source

Changed the main file extension from sh to zsh.

master
Sorin Ionescu 13 years ago
parent
commit
00d4f280ae
  1. 0
      oh-my-zsh.zsh
  2. 2
      templates/zshrc.template.zsh

0
oh-my-zsh.sh → oh-my-zsh.zsh

2
templates/zshrc.zsh-template → templates/zshrc.template.zsh

@ -18,7 +18,7 @@ export DISABLE_AUTO_TITLE='false' @@ -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...
Loading…
Cancel
Save