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,4 +1,4 @@
{{- if eq .chezmoi.hostname "devterm" }}
{{- if eq .hosttype "devterm" }}
["ttyscheme"]
type = "git-repo"
url = "https://github.com/kolunmi/ttyscheme.git"