From 30275628ff0cb163a84db307dcfd5893a7621ebe Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sun, 22 Aug 2021 23:26:18 +0200 Subject: [PATCH] setup.sh: add symlink for external ssh config --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 20b8438..78c8868 100755 --- a/setup.sh +++ b/setup.sh @@ -83,6 +83,7 @@ if installed ssh; then mkdir -p ~/.ssh link ssh/config ~/.ssh/config + link ssh/conf.d ~/.ssh/conf.d echo fi