From: Simon Ruderich Date: Sat, 13 Apr 2013 01:45:13 +0000 (+0200) Subject: setup.sh: Link ~/.ssh/config if ~/.ssh/ exists. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=9d22fdb6ba21eb87266fac19f252e548dda78d7a setup.sh: Link ~/.ssh/config if ~/.ssh/ exists. --- 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