8 lines
58 B
Bash
Executable File
8 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf ~/.vimrc
|
|
rm -rf ~/.vim
|
|
|
|
echo "Done!"
|
|
|