From: Maximilian Friedersdorff Date: Tue, 2 Jan 2024 10:41:35 +0000 (+0000) Subject: Use nvim as editor X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=44248dd1f959bcf8ebd796a8288376784e627fcd;p=max%2Fsaltfiles.git Use nvim as editor --- diff --git a/states/zsh/files/zshenv b/states/zsh/files/zshenv index f36b7d0..3d19672 100644 --- a/states/zsh/files/zshenv +++ b/states/zsh/files/zshenv @@ -15,7 +15,7 @@ fi # colored GCC warnings and errors export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' -export EDITOR="vim" +export EDITOR="nvim" export TMPDIR="/tmp/${USER}" export GIT_PS1_SHOWDIRTYSTATE=true