Update agent sock location

This commit is contained in:
Marco Thomas
2021-09-13 09:53:18 +02:00
parent 257503a851
commit bc9b63aa74
4 changed files with 6 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ xmodmap -e "keycode 66 = grave asciitilde"
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin
# ssh
export SSH_AUTH_SOCK=/tmp/mthomas-agent.sock
export SSH_AUTH_SOCK=$HOME/.ssh/mthomas-agent.sock
# editor
export EDITOR="vim"