Skip to content

Instantly share code, notes, and snippets.

@hassansin
Last active February 8, 2019 11:47
Show Gist options
  • Save hassansin/bfe6cceaefc74ac5f6b6 to your computer and use it in GitHub Desktop.
Save hassansin/bfe6cceaefc74ac5f6b6 to your computer and use it in GitHub Desktop.
aspell add words to dictionary
touch ~/aspell.personal.txt
vi ~/aspell.personal.txt # add words per line
aspell --lang=en create master /tmp/en-personal.pws < ~/aspell.personal.txt
cp /tmp/en-personal.pws /usr/lib/aspell
vim /usr/lib/aspell/en_US.multi # add the line: 'add en-personal.pws'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment