vimrc.azerty related to zoneinfo

This commit is contained in:
pvincent
2026-08-07 19:05:23 +04:00
parent 3f56f022e4
commit 4edc4339df
2 changed files with 28 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
let additionals = [ "core", "miaou", "rookie", "azerty" ]
for additional in additionals
let s:vimrc_path = "/etc/vim/vimrc." . additional
if filereadable(s:vimrc_path)
execute "source " . expand(s:vimrc_path)
endif
endfor