5 lines
192 B
Bash
5 lines
192 B
Bash
|
#!/bin/sh
|
||
|
rm ~/Library/Preferences/org.vim.MacVim.LSSharedFileList.plist && \
|
||
|
rm ~/Library/Preferences/org.vim.MacVim.plist && \
|
||
|
echo "Files deleted sucessfully. You may have to restart OSX."
|