Skip to content

Commit

Permalink
Create uninstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ma6174 committed Jun 29, 2014
1 parent d280e1e commit e4cb9d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
rm -f ~/.vimrc
rm -rf ~/.vim
mv -f ~/.vimrc_old ~/.vimrc
mv -f ~/.vim_old ~/.vim

0 comments on commit e4cb9d4

Please sign in to comment.