.zprofile: Update calibre env vars so that dark mode works

This commit is contained in:
earnest ma 2021-11-19 19:50:51 -05:00
parent 1168f1cb12
commit a32620401c
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 2 deletions

View File

@ -16,14 +16,13 @@ pathadd_tail() {
}
export EDITOR=nvim
#export PAGER=bat
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
pathadd_tail '/envs/bin'
pathadd_head "$HOME/.local/bin"
pathadd_head '/tmp/bin'
# Preferences
export CALIBRE_USE_SYSTEM_THEME=0
export CALIBRE_USE_SYSTEM_THEME=1
export PATH