From ee8994398c9a9ecef8c0fbe8edbadb643c78b681 Mon Sep 17 00:00:00 2001 From: Luka Jankovic Date: Wed, 15 Jan 2025 23:46:57 +0100 Subject: [PATCH] Added EDITOR var to zsh --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index e6a6712..f7e8860 100644 --- a/.zshrc +++ b/.zshrc @@ -10,6 +10,7 @@ bindkey -s '^O' 'cd ..\n' # Vars export GOPATH=$HOME/.local/go export PATH=$PATH:$GOPATH/bin +export EDITOR=nvim # History HISTFILE=~/.zsh_history