diff options
author | Elizabeth <lizhunt@amazon.com> | 2025-05-20 10:47:44 -0700 |
---|---|---|
committer | Elizabeth <lizhunt@amazon.com> | 2025-05-20 10:47:44 -0700 |
commit | 02ce8f04c6a8d5cb6d2a18982bb8dc8b3f64aba3 (patch) | |
tree | a56acf65bec561503bc9f36479e5a3b448b2cf5f | |
parent | 19f5811c4beb13d861c469f35991830b996baa64 (diff) | |
download | dotfiles-02ce8f04c6a8d5cb6d2a18982bb8dc8b3f64aba3.tar.gz dotfiles-02ce8f04c6a8d5cb6d2a18982bb8dc8b3f64aba3.zip |
Fixed .ssh/config Includes (needed to be at the top), add mise java@21
-rw-r--r-- | mise/.config/mise/config.toml | 1 | ||||
-rw-r--r-- | ssh/.ssh/config | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/mise/.config/mise/config.toml b/mise/.config/mise/config.toml index adb8f3f..7d382a3 100644 --- a/mise/.config/mise/config.toml +++ b/mise/.config/mise/config.toml @@ -2,3 +2,4 @@ node = "lts" python = "3.12" deno = "2.3.3" +java = "21" diff --git a/ssh/.ssh/config b/ssh/.ssh/config index bc9263c..698b53c 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -1,3 +1,5 @@ +Include config.d/* + Host coffee User serve ForwardAgent yes @@ -12,5 +14,3 @@ Host coffee-src User liz Hostname src.liz.coffee Port 2222 - -Include config.d/* |