From df82640caa4a5292eb204001248e5dd3c9f24468 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 4 Aug 2012 14:55:38 -0400 Subject: [PATCH] Rename templates to runcoms --- README.md | 4 ++-- {templates => runcoms}/README.md | 0 {templates => runcoms}/zlogin | 0 {templates => runcoms}/zlogout | 0 {templates => runcoms}/zprofile | 0 {templates => runcoms}/zshenv | 0 {templates => runcoms}/zshrc | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename {templates => runcoms}/README.md (100%) rename {templates => runcoms}/zlogin (100%) rename {templates => runcoms}/zlogout (100%) rename {templates => runcoms}/zprofile (100%) rename {templates => runcoms}/zshenv (100%) rename {templates => runcoms}/zshrc (100%) diff --git a/README.md b/README.md index c9cd91b..9fbe53f 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ version is 4.3.10. git clone --recursive https://github.com/sorin-ionescu/oh-my-zsh.git ~/.oh-my-zsh 2. Create a new Zsh configuration by copying the Zsh configuration file - templates provided: + runcoms provided: - for rcfile in ~/.oh-my-zsh/templates/z{shenv,shrc,login,logout}; do + for rcfile in ~/.oh-my-zsh/runcoms/z{shenv,shrc,login,logout}; do cp -f $rcfile ~/.$rcfile:t done diff --git a/templates/README.md b/runcoms/README.md similarity index 100% rename from templates/README.md rename to runcoms/README.md diff --git a/templates/zlogin b/runcoms/zlogin similarity index 100% rename from templates/zlogin rename to runcoms/zlogin diff --git a/templates/zlogout b/runcoms/zlogout similarity index 100% rename from templates/zlogout rename to runcoms/zlogout diff --git a/templates/zprofile b/runcoms/zprofile similarity index 100% rename from templates/zprofile rename to runcoms/zprofile diff --git a/templates/zshenv b/runcoms/zshenv similarity index 100% rename from templates/zshenv rename to runcoms/zshenv diff --git a/templates/zshrc b/runcoms/zshrc similarity index 100% rename from templates/zshrc rename to runcoms/zshrc