From 390ba67252dae352cb014b56b552c0a679be7dfa Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Mon, 27 Nov 2023 15:18:41 +0100 Subject: [PATCH] Add npm bin path --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 8daf4e0..ad13920 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ export SCENARI_SSH_USER='qduchemin' 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) # 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.