.zsh/README

14 lines
170 B
Plaintext
Raw Normal View History

2012-05-18 13:15:14 +04:00
# 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