summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-01-21 17:27:01 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-01-21 17:27:01 +0100
commit0ccf808567c46cacc2eeb49ca5f7e1ac9cdeaf18 (patch)
tree3ca1ad795c2c3b49b868c2f0b68cdcd403c7a71a /init_new_user.sh
parent97c910ca1754d5786acb176b4d5387519f7a6872 (diff)
downloadbin-0ccf808567c46cacc2eeb49ca5f7e1ac9cdeaf18.tar.gz
bin-0ccf808567c46cacc2eeb49ca5f7e1ac9cdeaf18.tar.xz
init_new_user.sh: symlink .dircolors
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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