Change default to use "~" instead of "$HOME" (for Windows)

feature/ssh-config
Kelvin Schoofs 4 years ago
parent 69eed27589
commit adce58fb9c

@ -281,7 +281,7 @@
"type": "array", "type": "array",
"items": "string", "items": "string",
"default": [ "default": [
"$HOME/.ssh/config", "~/.ssh/config",
"/etc/ssh/ssh_config" "/etc/ssh/ssh_config"
] ]
}, },

Loading…
Cancel
Save