summaryrefslogtreecommitdiff
path: root/Link-Them
diff options
context:
space:
mode:
Diffstat (limited to 'Link-Them')
-rwxr-xr-xLink-Them2
1 files changed, 1 insertions, 1 deletions
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"