Created
July 27, 2016 20:44
-
-
Save mhemmings/e8c3394ee2220a6e267b44d508dcf68f to your computer and use it in GitHub Desktop.
Delete the word "WORD" from the OSX user's dictionary after being added with the "Add To Dictionary" dropdown
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
sed -i -e "s/WORD//g" /Users/$(whoami)/Library/Spelling/LocalDictionary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment