Quellcode durchsuchen

Set ssh config color syntax for vim editor

Allow vim to display right colors even when you edit the file from the
repo instead of the classic path `.ssh/config`.
DricomDragon vor 4 Jahren
Ursprung
Commit
8be4e78ed2
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      Install/Templates/home/ssh/config

+ 2 - 0
Install/Templates/home/ssh/config

@@ -48,3 +48,5 @@ Host pluto
 IdentityFile ~/.ssh/id_server_eddsa
 IdentityFile ~/.ssh/id_server_eddsa
 HostName git.jovian-hersemeule.eu
 HostName git.jovian-hersemeule.eu
 AddressFamily inet
 AddressFamily inet
+
+# vim: set syntax=sshconfig: