2012-06-06 14:35:58 +04:00
2012-05-28 16:20:40 +04:00
2012-05-18 13:09:58 +04:00
2012-05-18 13:09:58 +04:00
2012-05-18 13:09:58 +04:00
2012-05-21 11:54:03 +04:00
2012-05-21 17:08:34 +04:00
2012-05-18 13:15:14 +04:00
2012-05-18 13:09:58 +04:00
2012-05-18 13:09:58 +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
Description
My Zsh config
Readme 64 KiB
Languages
Shell 100%