1
0

Update home/.chezmoiscripts/30-install-lvim.sh

Update home/.chezmoiscripts/onchange_10-install-packages.sh
Update home/.zshenv
This commit is contained in:
2024-08-04 00:47:32 +02:00
parent a7fbc9ce65
commit 9a10939e95
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export TERMINAL=alacritty
export GEM_HOME="$(${HOME}/.asdf/shims/gem env user_gemhome)"
export PATH="$PATH:$GEM_HOME/bin"
export MYVIMRC="${HOME}/.vimrc"
export PASSWORD_STORE_DIR="${HOME}/Private/.password-store"
export PASSWORD_STORE_DIR="${HOME}/.password-store"
export PASSWORD_STORE_ENABLE_EXTENSIONS=True
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
export ZK_NOTEBOOK_DIR="${HOME}/Notes"