adaf8cb243
(cherry picked from commit 479a0b5b714805218fa16ed91446d19bbebffcfd)
5 lines
192 B
Bash
Executable File
5 lines
192 B
Bash
Executable File
#!/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."
|