summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinit_new_user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/init_new_user.sh b/init_new_user.sh
index 51fbec2..57bb72d 100755
--- a/init_new_user.sh
+++ b/init_new_user.sh
@@ -19,7 +19,7 @@ clone_repo() {
clone_repo git://git.server-speed.net/users/flo/bin bin
clone_repo git://git.server-speed.net/users/flo/dotfiles git/dotfiles
-for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim .gitconfig .gitignore .bashrc; do
+for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim .gitconfig .gitignore .bashrc .zshenv; do
ln -sf git/dotfiles/$i $i
done