summaryrefslogtreecommitdiffstats
path: root/init_new_user.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-01-24 14:54:33 +0100
committerFlorian Pritz <bluewind@xinu.at>2013-01-24 14:54:33 +0100
commit50d1f5aafb74cdddd3828ad6f1b60b6fcb5309ae (patch)
treeba849aa7192b10e9eb604486532c04d9808ae26e /init_new_user.sh
parentc14424dbacc0f2c49b0dce816d7d4fc2c6afbef6 (diff)
downloadbin-50d1f5aafb74cdddd3828ad6f1b60b6fcb5309ae.tar.gz
bin-50d1f5aafb74cdddd3828ad6f1b60b6fcb5309ae.tar.xz
init_new_user.sh: add .bashrc
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 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