diff --git a/zshenv b/zshenv index 56ca59f..c1d1e92 100755 --- a/zshenv +++ b/zshenv @@ -13,4 +13,4 @@ fpath=($fpath $ZDOTDIR/functions) typeset -U fpath # source non-standard zshrc -source "$ZDOTDIR/zshrc" +. "$ZDOTDIR/zshrc"