whoops, use . instead of source
This commit is contained in:
parent
b609fbca91
commit
4196dec07f
1 changed files with 1 additions and 1 deletions
2
zshenv
2
zshenv
|
|
@ -13,4 +13,4 @@ fpath=($fpath $ZDOTDIR/functions)
|
||||||
typeset -U fpath
|
typeset -U fpath
|
||||||
|
|
||||||
# source non-standard zshrc
|
# source non-standard zshrc
|
||||||
source "$ZDOTDIR/zshrc"
|
. "$ZDOTDIR/zshrc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue