Skip to content

Instantly share code, notes, and snippets.

@mhemmings
Created July 27, 2016 20:44
Show Gist options
  • Save mhemmings/e8c3394ee2220a6e267b44d508dcf68f to your computer and use it in GitHub Desktop.
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
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