1
0

Think rust got added

This commit is contained in:
Aethrexal
2025-02-25 19:47:20 +01:00
parent 6efc87cb45
commit 5466b15716

8
.zshrc
View File

@ -93,3 +93,11 @@ alias brew='echo "Remeber what happened last time. You do not want to do that."'
PATH="$HOME/.npm-packages/bin:$PATH"
PATH="$HOME/.bun/bin:$PATH"
PATH="$HOME/.local/bin:$PATH"
# pnpm
export PNPM_HOME="/home/luna/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end