]> git.sev.monster Git - dotfiles.git/blobdiff - etc/zsh/functions/Misc/load-site-dotfile
fix vim tabulation and highlighting
[dotfiles.git] / etc / zsh / functions / Misc / load-site-dotfile
index 275912df99be757b485aedda1cdb7060664cf563..32fc695bf1573fc8f853d8b6ab970916c078bd42 100644 (file)
@@ -4,7 +4,5 @@ emulate -L zsh
 
 local x p
 typeset -aU p
 
 local x p
 typeset -aU p
-p=({${ZDOTDIR:-~},~}/{.,}${1#.}.local)
-for x ($p) {
-    [[ -f $x ]] && source $x
-}
+p=({${ZDOTDIR:-~},{${_sev_home:-~},~}{/.zsh,}}/{.,}${1#.}.local(.N))
+for x ($p) source $x
This page took 0.03727 seconds and 4 git commands to generate.