This commit is contained in:
randomuser 2022-07-18 22:20:53 -05:00
parent fda3468e06
commit 35bfa84896
2 changed files with 6 additions and 0 deletions

View File

@ -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"

View File

@ -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