summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init_new_user.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/init_new_user.sh b/init_new_user.sh
index 281abc4..f60ba7a 100644
--- a/init_new_user.sh
+++ b/init_new_user.sh
@@ -11,8 +11,8 @@ 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 .dircolors; do
+for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim; do
ln -sf git/dotfiles/$i $i
done
-mkdir -p .zsh .vim
+mkdir -p .zsh