[zsh] Add hunspell custom dictionary path

This commit is contained in:
Sebastian Schulze 2018-05-16 23:45:39 +02:00
parent 5026138564
commit 6284463af0
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@ export PATH=$HOME/.local/bin:$HOME/bin:$HOME/bin/go/bin:$HOME/.cargo/bin:$PATH
export VAGRANT_DEFAULT_PROVIDER=libvirt
export VAGRANT_DOTFILE_PATH=".vagrant-$(hostname)"
export QT_QPA_PLATFORMTHEME="qt5ct"
export DICPATH="${HOME}/.local/share/hunspell"