source non-standard zshrc

This commit is contained in:
Sami Samhuri 2012-04-02 16:44:57 -07:00
parent abd2dbaf65
commit b609fbca91

3
zshenv
View file

@ -11,3 +11,6 @@ ZDOTDIR=~/config/zsh
fpath=($fpath $ZDOTDIR/functions)
typeset -U fpath
# source non-standard zshrc
source "$ZDOTDIR/zshrc"