Add missing ssh-agent var
This commit is contained in:
parent
a6a2150470
commit
af2ac4bc99
1 changed files with 1 additions and 0 deletions
1
.profile
1
.profile
|
|
@ -3,6 +3,7 @@ export EDITOR=vim
|
||||||
export SYSTEMD_EDITOR="/usr/bin/vim"
|
export SYSTEMD_EDITOR="/usr/bin/vim"
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export BROWSER=/usr/bin/firefox
|
export BROWSER=/usr/bin/firefox
|
||||||
|
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
||||||
|
|
||||||
CONTAINER_OR_VM=false
|
CONTAINER_OR_VM=false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue