Auto Update

This commit is contained in:
matt1432 2023-05-04 01:48:25 -04:00
parent aec5350abd
commit dae75cfd3f

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