From 50d1f5aafb74cdddd3828ad6f1b60b6fcb5309ae Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 24 Jan 2013 14:54:33 +0100 Subject: init_new_user.sh: add .bashrc 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 8a42fa6..db88a58 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 .dircolors .vim .gitconfig .gitignore; do +for i in .zshrc .vimrc .screenrc .screenrc-2 .zprofile .htoprc .dircolors .vim .gitconfig .gitignore .bashrc; do ln -sf git/dotfiles/$i $i done -- cgit v1.2.3-24-g4f1b