diff options
Diffstat (limited to '')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ export GOPATH="$XDG_DATA_HOME/go" export GOMODCACHE="$XDG_CACHE_HOME/go/mod" export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store" +export CALIBRE_USE_SYSTEM_THEME=true + if [ "$(uname)" = "Darwin" ]; then eval "$(/opt/homebrew/bin/brew shellenv)" export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH" |