source non-standard zshrc
This commit is contained in:
parent
abd2dbaf65
commit
b609fbca91
1 changed files with 3 additions and 0 deletions
3
zshenv
3
zshenv
|
|
@ -11,3 +11,6 @@ ZDOTDIR=~/config/zsh
|
||||||
|
|
||||||
fpath=($fpath $ZDOTDIR/functions)
|
fpath=($fpath $ZDOTDIR/functions)
|
||||||
typeset -U fpath
|
typeset -U fpath
|
||||||
|
|
||||||
|
# source non-standard zshrc
|
||||||
|
source "$ZDOTDIR/zshrc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue