Mercurial > dotfiles
annotate uninstall.sh @ 469:07ee0d517d92
Don't auto `cd` into a project by default anymore.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 09 Apr 2019 18:55:39 -0700 |
parents | 1ba0daaa8e4e |
children |
rev | line source |
---|---|
31 | 1 #!/bin/sh |
2 | |
70 | 3 rm $HOME/.bashrc |
81 | 4 rm $HOME/.bash_profile |
31 | 5 rm $HOME/.vim |
6 rm $HOME/.vimrc | |
7 rm $HOME/.hgrc | |
124 | 8 rm $HOME/.gitconfig |
220
1ba0daaa8e4e
Start using Pentadactyl instead of Vimperator.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
9 rm $HOME/.pentadactylrc |
124 | 10 |