2015-03-23 13:42:58 +03:00
2012-05-18 13:09:58 +04:00
2015-10-24 15:32:08 +03:00
2013-01-21 16:44:30 +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
2014-01-17 13:53:26 +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%