vimplus/uninstall.sh
2016-06-12 13:33:50 +08:00

8 lines
58 B
Bash
Executable File

#!/bin/bash
rm -rf ~/.vimrc
rm -rf ~/.vim
echo "Done!"