add env var for zk note app

This commit is contained in:
Jeff Lance 2023-08-05 15:52:16 +02:00
parent b129eb5925
commit 844e227103

View File

@ -51,6 +51,7 @@ export MYVIMRC="${HOME}/.vimrc"
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store" export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=True export PASSWORD_STORE_ENABLE_EXTENSIONS=True
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
export ZK_NOTEBOOK_DIR="${HOME}/Notes"
# <<< environment variables <<< # <<< environment variables <<<
# >>> kitty completion >>> # >>> kitty completion >>>