README added

This commit is contained in:
Kolan Sh 2012-05-18 13:15:14 +04:00
parent 866d2e28ba
commit eb176a2928
1 changed files with 13 additions and 0 deletions

13
README Normal file
View File

@ -0,0 +1,13 @@
# Create ~/.zshrc file with contents below.
#!/bin/zsh
# ~/.zshrc
ZDOTDIR=~/.zsh
source $ZDOTDIR/constants.sh
for rc in $ZDOTDIR/*.sh
do
source $rc
done
unset rc