Browse Source

Rename templates to runcoms

master
Sorin Ionescu 12 years ago
parent
commit
df82640caa
  1. 4
      README.md
  2. 0
      runcoms/README.md
  3. 0
      runcoms/zlogin
  4. 0
      runcoms/zlogout
  5. 0
      runcoms/zprofile
  6. 0
      runcoms/zshenv
  7. 0
      runcoms/zshrc

4
README.md

@ -16,9 +16,9 @@ version is 4.3.10. @@ -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

0
templates/README.md → runcoms/README.md

0
templates/zlogin → runcoms/zlogin

0
templates/zlogout → runcoms/zlogout

0
templates/zprofile → runcoms/zprofile

0
templates/zshenv → runcoms/zshenv

0
templates/zshrc → runcoms/zshrc

Loading…
Cancel
Save