chbg: utilize XDG directories

This commit is contained in:
2025-12-31 20:06:56 +08:00
parent 8683a7db3b
commit 4cb055fac4
2 changed files with 7 additions and 7 deletions

1
.zshrc
View File

@@ -147,6 +147,7 @@ unset key
# https://unix.stackexchange.com/questions/608842/zshrc-export-gpg-tty-tty-says-not-a-tty
export GPG_TTY=$TTY
alias uvenv='source .venv/bin/activate'
alias noproxy='env -u http_proxy -u https_proxy'
export NVM_DIR="$HOME/.nvm"