Add separate env file

master
Quentin Duchemin 2023-03-07 15:26:08 +01:00
parent b3d43ef629
commit 191bccfb5a
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 6 additions and 0 deletions

2
.env 100644
View File

@ -0,0 +1,2 @@
export SCENARI_SSH_USER='qduchemin'
export SCENARI_SSH_KEY_PATH="~/.ssh/id_gpg.pub"

4
.zshrc
View File

@ -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
fi