Mercurial > dotfiles
comparison uninstall.cmd @ 220:1ba0daaa8e4e
Start using Pentadactyl instead of Vimperator.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 16 Sep 2014 17:01:06 -0700 |
parents | 20c49d51f7e3 |
children |
comparison
equal
deleted
inserted
replaced
219:738c1a3ad786 | 220:1ba0daaa8e4e |
---|---|
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" | 9 del "%userprofile%\.gitconfig" |
10 del "%userprofile%\_pentadactylrc" | |
11 |