Rename templates to runcoms

This commit is contained in:
Sorin Ionescu 2012-08-04 14:55:38 -04:00
parent 9e288d859a
commit df82640caa
7 changed files with 2 additions and 2 deletions

View File

@ -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