@ -1,3 +1,9 @@
# snippets
# Изменить PATH если в нём нет пути
Code snippets.
```
export PNPM_HOME="/home/ge/.local/share/pnpm"
case ":$PATH:" in
*":$PNPM_HOME:"*) ;;
*) export PATH="$PNPM_HOME:$PATH" ;;
esac
The note is not visible to the blocked user.