Modularize ssh config
This commit is contained in:
@@ -2,4 +2,7 @@ vim.filetype.add({
|
|||||||
filename = {
|
filename = {
|
||||||
[".lintstagedrc"] = "json",
|
[".lintstagedrc"] = "json",
|
||||||
},
|
},
|
||||||
|
pattern = {
|
||||||
|
[".*/%.ssh/config%.d/.*"] = "sshconfig",
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
1
.ssh/config
Normal file
1
.ssh/config
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Include config.d/*
|
||||||
0
.ssh/config.d/.gitkeep
Normal file
0
.ssh/config.d/.gitkeep
Normal file
Reference in New Issue
Block a user