update zhsenv

This commit is contained in:
Johannes Knopp
2026-04-17 14:34:55 +02:00
parent 6efa5d599c
commit 5aec12cd1f
3 changed files with 12 additions and 0 deletions

View File

@ -1 +1,8 @@
export PATH="/home/johannes/.local/bin:$PATH"
# pnpm
export PNPM_HOME="$HOME/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end