This commit is contained in:
Pablu
2026-03-20 09:51:12 +01:00
parent ddb34418cc
commit b54aab65a1
5 changed files with 11 additions and 292 deletions

8
.zshrc
View File

@@ -42,3 +42,11 @@ source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
fastfetch
. "$HOME/.local/bin/env"
# pnpm
export PNPM_HOME="/home/zam/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end