1
0

.zshrc changed

This commit is contained in:
Luna
2025-03-25 23:29:03 +01:00
parent 5466b15716
commit d6d85f0490

3
.zshrc
View File

@ -93,6 +93,7 @@ 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"
PATH="/usr/local/go/bin:$PATH"
# pnpm
export PNPM_HOME="/home/luna/.local/share/pnpm"
@ -101,3 +102,5 @@ case ":$PATH:" in
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end
export PATH=$PATH:/home/luna/.millennium/ext/bin