Created
December 13, 2018 05:59
-
-
Save khushalbokadey/20bb4f0b6df1ab933ad0af56f3af68e4 to your computer and use it in GitHub Desktop.
Clean meld settings for mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd ${HOME} | |
rm -rf ./.local/share/meld | |
rm -f ./Library/Preferences/org.gnome.meld.plist | |
rm -rf "./Library/Saved Application State/org.gnome.meld.savedState/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment