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