Auto Update
This commit is contained in:
parent
aec5350abd
commit
dae75cfd3f
1 changed files with 8 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue