comparison uninstall.cmd @ 124:20c49d51f7e3

Added `.gitconfig`.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Mar 2013 12:48:38 -0800
parents 6b2c3f14a5c1
children 1ba0daaa8e4e
comparison
equal deleted inserted replaced
123:7832fcb79e03 124:20c49d51f7e3
4 set /P confirm=This will delete your configuration files for Vim/Mercurial/etc. OK with that? Press CTRL-C to abort. 4 set /P confirm=This will delete your configuration files for Vim/Mercurial/etc. OK with that? Press CTRL-C to abort.
5 5
6 rmdir /Q /S "%userprofile%\vimfiles" 6 rmdir /Q /S "%userprofile%\vimfiles"
7 del "%userprofile%\_vimrc" 7 del "%userprofile%\_vimrc"
8 del "%userprofile%\mercurial.ini" 8 del "%userprofile%\mercurial.ini"
9 del "%userprofile%\.gitconfig"