From a32620401c2d818656d7cdcf9c98b846954fc01c Mon Sep 17 00:00:00 2001 From: earnest ma Date: Fri, 19 Nov 2021 19:50:51 -0500 Subject: [PATCH] .zprofile: Update calibre env vars so that dark mode works --- zsh/.zprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.zprofile b/zsh/.zprofile index 3b1615e..17f66ed 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -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