bugfix after several pkg updates. new alias introduced.

This commit is contained in:
2026-03-23 00:19:48 +08:00
parent f789134483
commit 8b9589c8c9
3 changed files with 12 additions and 6 deletions

1
.zshrc
View File

@@ -149,6 +149,7 @@ export GPG_TTY=$TTY
alias uvenv='source .venv/bin/activate'
alias noproxy='env -u http_proxy -u https_proxy'
alias savebg='cp ~/.local/share/.wallpaper ~/Pictures/img.webp'
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm