@ -0,0 +1,2 @@
export SCENARI_SSH_USER='qduchemin'
export SCENARI_SSH_KEY_PATH="~/.ssh/id_gpg.pub"
@ -85,3 +85,7 @@ export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
if [ -f ~/.aliases ]; then
. ~/.aliases
fi
if [ -f ~/.env ]; then
. ~/.env