whoops, use . instead of source

This commit is contained in:
Sami Samhuri 2012-04-02 16:46:31 -07:00
parent b609fbca91
commit 4196dec07f

2
zshenv
View file

@ -13,4 +13,4 @@ fpath=($fpath $ZDOTDIR/functions)
typeset -U fpath
# source non-standard zshrc
source "$ZDOTDIR/zshrc"
. "$ZDOTDIR/zshrc"