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