From fd08025ff51bba41c6fcf430723da6facb0246b3 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Tue, 17 Dec 2024 17:42:48 +0100 Subject: [PATCH] [zsh] Upgrade config file --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 59fd07d..a8e040c 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,8 @@ # export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.local/bin:$PATH": -export EDITOR='vim' +export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" +export EDITOR='nvim' # Install Ruby Gems to ~/gems export GEM_HOME="$HOME/gems"