From 28178834908a375061357b954483b06851747a53 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 23 Oct 2022 16:38:38 +0200 Subject: [PATCH] updated zsh state --- states/zsh/zprofile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/zsh/zprofile.j2 b/states/zsh/zprofile.j2 index ec814f1..5936609 100644 --- a/states/zsh/zprofile.j2 +++ b/states/zsh/zprofile.j2 @@ -4,7 +4,7 @@ export PATH=$PATH:/usr/local/bin:/usr/local/bin # Main environments variables -export EDITOR=vim +export EDITOR=nvim export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee' {% if zsh.config.golang -%}