Add npm bin path

master
Quentin Duchemin 2023-11-27 15:18:41 +01:00
parent c9837c53bd
commit 390ba67252
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
1 changed files with 1 additions and 1 deletions

2
.env
View File

@ -1,6 +1,6 @@
export SCENARI_SSH_USER='qduchemin' export SCENARI_SSH_USER='qduchemin'
export SCENARI_SSH_KEY_PATH="/home/.ssh/id_gpg.pub" export SCENARI_SSH_KEY_PATH="/home/.ssh/id_gpg.pub"
export PATH="$PATH:/home/go/bin:/usr/local/.local/bin" export PATH="$PATH:/home/go/bin:/usr/local/.local/bin:~/node_modules/.bin"
# trash-cli supports top-level trash (see https://specifications.freedesktop.org/trash-spec/trashspec-latest.html) # trash-cli supports top-level trash (see https://specifications.freedesktop.org/trash-spec/trashspec-latest.html)
# gio, which is otherwise used by default, wants to write to ~/.local/share/Trash, which is on my # gio, which is otherwise used by default, wants to write to ~/.local/share/Trash, which is on my
# system on another partition than user data, so that copying between partitions is denied by gio. # system on another partition than user data, so that copying between partitions is denied by gio.