Last active
February 8, 2019 11:47
-
-
Save hassansin/bfe6cceaefc74ac5f6b6 to your computer and use it in GitHub Desktop.
aspell add words to dictionary
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
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