annotate uninstall.sh @ 119:6dbbf36a523d

VIM changes: - Added `venv` to directories ignored by Ctrl-P. - Fixed some mappings. - Use magic regexes by default for searching. - More clever searching with `*` and `#`.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 01 Feb 2013 13:32:19 -0800
parents 6b2c3f14a5c1
children 20c49d51f7e3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 #!/bin/sh
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2
70
d753f7893361 Added `bashrc`.
Ludovic Chabant <ludovic@chabant.com>
parents: 41
diff changeset
3 rm $HOME/.bashrc
81
2e0fbe44e9fe Updated bashrc files.
Ludovic Chabant <ludovic@chabant.com>
parents: 70
diff changeset
4 rm $HOME/.bash_profile
31
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 rm $HOME/.vim
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 rm $HOME/.vimrc
021b1cee8178 Added uninstall script.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
7 rm $HOME/.hgrc