feat: adding prompt for hosttype, rather than relying on hostname

This commit is contained in:
Matthew Ryan Dillon 2024-10-02 18:07:40 -04:00
parent d667822e3e
commit 642e0958e0
5 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,3 @@
{{ if eq .chezmoi.hostname "rattusrattus" -}}
Include /Users/matthew/.orbstack/ssh/config
{{ if eq .chezmoi.os "darwin" -}}
Include ~/.orbstack/ssh/config
{{ end }}