From b5e328354ca71dbc2cc8746d02528c3893f47e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Mon, 5 Feb 2018 20:10:30 +0100 Subject: [PATCH] Update EDITOR --- zsh/zprofile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/zprofile b/zsh/zprofile index 00cca3a..346d97c 100644 --- a/zsh/zprofile +++ b/zsh/zprofile @@ -15,8 +15,8 @@ done PATH="${PATH#:}" export PATH -export EDITOR="vim" -export VISUAL="vim" +export EDITOR="nvim" +export VISUAL="nvim" export BROWSER="firefox" export PAGER="less"