.zprofile: Update calibre env vars so that dark mode works
parent
1168f1cb12
commit
a32620401c
|
@ -16,14 +16,13 @@ pathadd_tail() {
|
||||||
}
|
}
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
#export PAGER=bat
|
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
|
||||||
|
|
||||||
pathadd_tail '/envs/bin'
|
pathadd_tail '/envs/bin'
|
||||||
pathadd_head "$HOME/.local/bin"
|
pathadd_head "$HOME/.local/bin"
|
||||||
pathadd_head '/tmp/bin'
|
pathadd_head '/tmp/bin'
|
||||||
|
|
||||||
# Preferences
|
# Preferences
|
||||||
|
export CALIBRE_USE_SYSTEM_THEME=0
|
||||||
export CALIBRE_USE_SYSTEM_THEME=1
|
export CALIBRE_USE_SYSTEM_THEME=1
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
|
|
Loading…
Reference in New Issue