diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-04-21 10:48:33 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-04-21 10:48:33 +0200 |
commit | 6d60ef4d6a7797237478951f8da3d9407f09364d (patch) | |
tree | 27932c595d95589d6fcd683d7109d4b3fccc8f23 | |
parent | c0e5152416285ab51e72921de692022c779ddc93 (diff) | |
download | bin-6d60ef4d6a7797237478951f8da3d9407f09364d.tar.gz bin-6d60ef4d6a7797237478951f8da3d9407f09364d.tar.xz |
init_new_user.sh: add .zshenv
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | init_new_user.sh | 2 |
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 |