Local bin PATH
parent
747506f8af
commit
d072f133ad
2
.env
2
.env
|
@ -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"
|
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)
|
# 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.
|
||||||
|
|
Loading…
Reference in New Issue