Added valgrindrc

This commit is contained in:
hellerve
2015-03-10 09:17:08 +01:00
parent 8338df25cc
commit 0fb7af5e8f
6 changed files with 33 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
all:bash ghc git python vim zsh
all:bash ghc git python valgrind vim zsh
bash:
cp bash_profile ~/.bash_profile
@@ -13,6 +13,9 @@ git:
python:
cp pythonrc ~/.pythonrc
valgrind:
cp valgrindrc ~/.valgrindrc
vim:
cp vimrc ~/.vimrc