From 61bce90d9e93031e31ca008a136884f8b570c76b Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Wed, 21 Aug 2013 15:26:14 +0200 Subject: [PATCH] [install] Change the name of the autogenerated config file --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7120293..7878f1b 100755 --- a/install.sh +++ b/install.sh @@ -60,7 +60,7 @@ ln -sf $DOTFILES/git/gitconfig ~/.gitconfig mkdir -p ~/.ssh/sockets ln -sf $DOTFILES/ssh/sshpubkey ~/.ssh/sshpubkey -[[ ! -f ~/.ssh/config ]] && cat $DOTFILES/ssh/config{,.*} > ~/.ssh/config +[[ ! -f ~/.ssh/config ]] && cat $DOTFILES/ssh/config{,.*} > ~/.ssh/config.perso ## aurvote