diff --git a/bash/profile b/bash/profile index d4dce5a..7722052 100644 --- a/bash/profile +++ b/bash/profile @@ -11,6 +11,9 @@ export PYTHONSTARTUP="$HOME/.config/python/pythonrc.py" # less export LESSHISTFILE="-" +# gnupg +export GNUPGHOME="$HOME/.local/share/gnupg" + # remind export DOTREMINDERS="$HOME/git/calendar/reminders" diff --git a/nvim/colors/earth.vim b/nvim/colors/earth.vim index da43b28..8bdaccc 100644 --- a/nvim/colors/earth.vim +++ b/nvim/colors/earth.vim @@ -43,3 +43,6 @@ hi StatusLine ctermbg=black ctermfg=white cterm=NONE gui=NONE hi StatusLineNC ctermbg=white ctermfg=black cterm=NONE gui=NONE hi SpellBad ctermbg=NONE ctermfg=red cterm=NONE +hi SpellCap ctermbg=NONE ctermfg=12 cterm=NONE +hi SpellRare ctermbg=NONE ctermfg=13 cterm=NONE +hi SpellLocal ctermbg=NONE ctermfg=14 cterm=NONE