# load site-specific dotfiles emulate -L zsh local x p typeset -aU p p=({${ZDOTDIR:-~},~}/{.,}${1#.}.local) for x ($p) { [[ -f $x ]] && source $x }