zshrc - add hunspell dictionary path environment
authorPeng Li <seudut@gmail.com>
Mon, 11 Jul 2016 03:41:42 +0000 (11:41 +0800)
committerPeng Li <seudut@gmail.com>
Mon, 11 Jul 2016 03:41:42 +0000 (11:41 +0800)
zsh/zshrc

index 0838638..3c07c11 100644 (file)
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -270,3 +270,5 @@ PERL_MM_OPT="INSTALL_BASE=/Users/peli3/perl5"; export PERL_MM_OPT;
 export MANPATH=$MANPATH:${HOME}/perl5/man
 
 export PATH=$PATH:"${HOME}/scripts"
+## hunspell path
+export DICPATH="/usr/local/share/hunspell/"