blob: 09ecc308fe1d990abe593afde433d4d96defbd02 (
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
[[ -e /tmp/envstore-$UID ]] && check_com envstore && eval $(envstore eval)
xsource $ZDIR/hosts/$HOST # local configuration in git
|