Update .config/helix/languages.toml

Update .ssh/config
This commit is contained in:
Kasper Juul Hermansen 2024-02-23 22:51:21 +01:00
parent 5743378dfd
commit 67b0bb901b
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
2 changed files with 6 additions and 2 deletions

View File

@ -8,8 +8,6 @@ allFeatures = true
mockall = ["automock"]
mockall_double = ["double"]
disable = ["automock", "double"]
[[language]]
name = "graphql"
scope = "source.graphql"

View File

@ -35,6 +35,12 @@ Host ratchet
PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank
Host ratchet
Hostname 10.0.9.13
User root
PubKeyAuthentication yes
IdentityFile ~/.ssh/id_clank
Host server
Hostname 10.0.9.2
User hermansen