From af3e48445456cd08256f21add3b602cd513065e8 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Tue, 1 Sep 2009 07:45:49 -0700 Subject: Renaming template file one last time (for now) --- templates/zshrc-template | 14 -------------- templates/zshrc.zsh-template | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 templates/zshrc-template create mode 100644 templates/zshrc.zsh-template diff --git a/templates/zshrc-template b/templates/zshrc-template deleted file mode 100644 index c66b9609c..000000000 --- a/templates/zshrc-template +++ /dev/null @@ -1,14 +0,0 @@ -# Path to your oh-my-zsh configuration. -export ZSH=$HOME/.oh-my-zsh - -# Set to the name theme to load. -# Look in ~/.oh-my-zsh/themes/ -export ZSH_THEME="robbyrussell" - -# Load all of the config files in ~/oh-my-zsh that end in .zsh -# TIP: Add files you don't want in git to .gitignore -for i in $ZSH/*zsh; do source $i; done; - -# Customize to your needs... -#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin - diff --git a/templates/zshrc.zsh-template b/templates/zshrc.zsh-template new file mode 100644 index 000000000..c66b9609c --- /dev/null +++ b/templates/zshrc.zsh-template @@ -0,0 +1,14 @@ +# Path to your oh-my-zsh configuration. +export ZSH=$HOME/.oh-my-zsh + +# Set to the name theme to load. +# Look in ~/.oh-my-zsh/themes/ +export ZSH_THEME="robbyrussell" + +# Load all of the config files in ~/oh-my-zsh that end in .zsh +# TIP: Add files you don't want in git to .gitignore +for i in $ZSH/*zsh; do source $i; done; + +# Customize to your needs... +#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin + -- cgit v1.2.3-70-g09d2