From 0ccf808567c46cacc2eeb49ca5f7e1ac9cdeaf18 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 21 Jan 2012 17:27:01 +0100 Subject: init_new_user.sh: symlink .dircolors Signed-off-by: Florian Pritz --- init_new_user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init_new_user.sh') 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 -- cgit v1.2.3-24-g4f1b