Auto Update

This commit is contained in:
matt1432 2023-04-27 21:29:54 -04:00
parent 3197d72e6c
commit 426f039d72

View file

@ -66,3 +66,11 @@ if [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland-egl
fi
# pnpm
export PNPM_HOME="/home/matt/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
# pnpm end