Created
March 15, 2020 11:16
-
-
Save wcomnisky/6662bd8613fd9ce332584556b7de44bc to your computer and use it in GitHub Desktop.
Meld not opening when using it as git difftool on Mac OS
This file contains 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 | |
# Credit: https://github.com/yousseb/meld/issues/70#issuecomment-425686670 | |
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