]> git.sev.monster Git - dotfiles.git/blob - etc/zsh/functions/Misc/load-site-dotfile
zshenv: add TMPPREFIX support
[dotfiles.git] / etc / zsh / functions / Misc / load-site-dotfile
1 # load site-specific dotfiles
2
3 emulate -L zsh
4
5 local x p
6 typeset -aU p
7 p=({${ZDOTDIR:-~},{${_sev_home:-~},~}{/.zsh,}}/{.,}${1#.}.local(.N))
8 for x ($p) source $x
This page took 0.033808 seconds and 4 git commands to generate.