From d5f81fda3986c2c311a61b3a57faa9f4e3fe323b Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 7 Jun 2023 13:51:43 +0200 Subject: [PATCH] add visual editor and remove old ssh agent --- zsh/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.profile b/zsh/.profile index a6104b4..106db5d 100644 --- a/zsh/.profile +++ b/zsh/.profile @@ -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"