add visual editor and remove old ssh agent

This commit is contained in:
Anthony Rodriguez 2023-06-07 13:51:43 +02:00
parent a0e476fe03
commit d5f81fda39
No known key found for this signature in database
GPG key ID: 838541960B42C340

View file

@ -1,3 +1,3 @@
export PATH="$HOME/.yarn/bin:$PATH"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export VISUAL=emacs
. "$HOME/.cargo/env"