Modularize ssh config
parent
1bb976d442
commit
9e3b784168
|
@ -2,4 +2,7 @@ vim.filetype.add({
|
|||
filename = {
|
||||
[".lintstagedrc"] = "json",
|
||||
},
|
||||
pattern = {
|
||||
[".*/%.ssh/config%.d/.*"] = "sshconfig",
|
||||
},
|
||||
})
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Include config.d/*
|
Loading…
Reference in New Issue