]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Link ~/.ssh/config if ~/.ssh/ exists.
authorSimon Ruderich <simon@ruderich.org>
Sat, 13 Apr 2013 01:45:13 +0000 (03:45 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 13 Apr 2013 01:45:13 +0000 (03:45 +0200)
setup.sh

index c5406e6b6ce06b5d02c376b12495e9602d1ae447..7bf78826e42a54e08619b74022e0dc8053010599 100755 (executable)
--- 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