From d072f133adcf69a2ae748c25c33f79e86a39e7c9 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Thu, 14 Sep 2023 20:27:23 +0200 Subject: [PATCH] Local bin PATH --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 85ceca7..8daf4e0 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" +export PATH="$PATH:/home/go/bin:/usr/local/.local/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.