From 9d22fdb6ba21eb87266fac19f252e548dda78d7a Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 13 Apr 2013 03:45:13 +0200 Subject: [PATCH] setup.sh: Link ~/.ssh/config if ~/.ssh/ exists. --- setup.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index c5406e6..7bf7882 100755 --- a/setup.sh +++ b/setup.sh @@ -266,4 +266,6 @@ if installed htop; then mkdir -p ~/.config/htop link htoprc ~/.config/htop/htoprc fi - +if test -d ~/.ssh; then + link ssh_config ~/.ssh/config +fi -- 2.44.1