comparison uninstall.sh @ 70:d753f7893361

Added `bashrc`.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 05 Feb 2012 14:11:56 -0800
parents b5f45325f37a
children 2e0fbe44e9fe
comparison
equal deleted inserted replaced
69:c6dfa2799d1d 70:d753f7893361
1 #!/bin/sh 1 #!/bin/sh
2 2
3 rm $HOME/.bashrc
3 rm $HOME/.vim 4 rm $HOME/.vim
4 rm $HOME/.vimrc 5 rm $HOME/.vimrc
5 rm $HOME/.hgrc 6 rm $HOME/.hgrc
6 rm $HOME/.hgignore 7 rm $HOME/.hgignore
7 8