From 76949291291f2afe83f71a156949c2a22a17d6a3 Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Wed, 2 Jun 2021 14:24:30 -0400 Subject: [PATCH] Changed editor to neovim --- dot_zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 44d3a31..8d5393f 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -100,7 +100,7 @@ alias weather='curl wttr.in' alias ipython='ipython --no-confirm-exit' #Variable Exports -export EDITOR='vim' +export EDITOR='nvim' export PATH="$PATH:/home/kellya/go/bin" #export WORKON_HOME=/mnt/vdisks/projects/python_virtualenvs export LPASS_AGENT_TIMEOUT=0