From f536968d001eb1a8689baf9ece2288f926620ef2 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 28 May 2024 20:14:04 -0400 Subject: [PATCH] Fix a path bug in SSH config --- configs/ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/ssh/config b/configs/ssh/config index 5f719a2..28fee92 100644 --- a/configs/ssh/config +++ b/configs/ssh/config @@ -93,5 +93,5 @@ Host laptop HostName ewpratten-laptop.home Match all - Include %d/.ssh/config.local + Include ~/.ssh/config.local