blob: 1394d3e2142c1a7526a09e4df062c86f5fd78e52 (
plain)
1
2
3
4
5
6
|
## vim:ft=zsh
zrc_status "includes"
source $ZDIR/../provided/includes
xsource $ZDIR/local # local configuration, not in git
check_com envstore && eval $(envstore eval)
xsource $ZDIR/hosts/$HOST # local configuration in git
|