summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init_new_user.sh')
-rw-r--r--init_new_user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init_new_user.sh b/init_new_user.sh
index b5efbde..281abc4 100644
--- a/init_new_user.sh
+++ b/init_new_user.sh
@@ -11,7 +11,7 @@ cd git
git clone git://git.server-speed.net/~flo/git/dotfiles.git
cd $HOME
-for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc; do
+for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors; do
ln -sf git/dotfiles/$i $i
done