This commit is contained in:
earnest ma 2022-04-28 10:29:21 -04:00
parent cbc0c098b8
commit 1001fbae22
No known key found for this signature in database
GPG Key ID: A343F43342EB6E2A
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ if [[ $HOST == "core.envs.net" ]]; then
pathadd_head "$HOME/public_html/files/bin"
fi
# rust
[ -f $HOME/.cargo/env ] && source $HOME/.cargo/env
# Preferences
export CALIBRE_USE_SYSTEM_THEME=0
export CALIBRE_USE_DARK_PALETTE=1