blob: f8055f3588d99800caa9bbde7a2720b0cd90b58c (
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
xsource $HOME/var/tmp/envstore-raw-$UID # envstore
xsource $ZDIR/hosts/$HOST # local configuration in git
|