From 171c7277547a3e1f2b3379411d568be9020e21ab Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 2 Jan 2024 10:55:00 -0500 Subject: [PATCH] orbstack --- home/dot_zprofile | 3 +++ home/private_dot_ssh/config.tmpl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/home/dot_zprofile b/home/dot_zprofile index 1300610..3860da4 100644 --- a/home/dot_zprofile +++ b/home/dot_zprofile @@ -1,2 +1,5 @@ # Matthew Dillon # matthewrdillon@gmail.com + +# Added by OrbStack: command-line tools and integration +source ~/.orbstack/shell/init.zsh 2>/dev/null || : diff --git a/home/private_dot_ssh/config.tmpl b/home/private_dot_ssh/config.tmpl index 3a9e33f..2b4e681 100644 --- a/home/private_dot_ssh/config.tmpl +++ b/home/private_dot_ssh/config.tmpl @@ -1,3 +1,3 @@ {{ if eq .chezmoi.hostname "rattusrattus" -}} -Include /Users/matthew/.colima/ssh_config +Include /Users/matthew/.orbstack/ssh/config {{ end }}