chore: moved SSH env vars
This commit is contained in:
1
.profile
1
.profile
@@ -1,2 +1 @@
|
|||||||
export SSH_AUTH_SOCK="$HOME/.ssh/proton-pass-agent.sock"
|
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|||||||
1
.zshenv
1
.zshenv
@@ -1,5 +1,6 @@
|
|||||||
export PROTON_PASS_KEY_PROVIDER=keyring
|
export PROTON_PASS_KEY_PROVIDER=keyring
|
||||||
export PROTON_PASS_LINUX_KEYRING=dbus
|
export PROTON_PASS_LINUX_KEYRING=dbus
|
||||||
|
export SSH_AUTH_SOCK=~/.ssh/proton-pass-agent.sock
|
||||||
|
|
||||||
export PNPM_HOME=~/.local/share/pnpm
|
export PNPM_HOME=~/.local/share/pnpm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user