From 33b0018457db0bd965b906d6fc2963a1f7facedc Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 16 Jul 2009 21:02:37 +0000 Subject: update gitconfig and add to link-them git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@404 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- Link-Them | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Link-Them') diff --git a/Link-Them b/Link-Them index 7cd10a8..8fdfac7 100755 --- a/Link-Them +++ b/Link-Them @@ -12,7 +12,7 @@ else relpath="${dir##$HOME/}/" fi -for file in bash_profile bashrc screenrc vimrc zshrc zshfunc; do +for file in bash_profile bashrc gitconfig screenrc vimrc zshrc zshfunc; do if [ -L "$HOME/.$file" ]; then if [ "$(readlink "$HOME/.$file")" = "$dir/$file" ]; then # old style symlink, remove rm -v -f "$HOME/.$file" -- cgit v1.2.3