From d8d827ba97b6a8f019b6a0ddd5fc15e249855126 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 20 Oct 2025 00:24:42 +0200 Subject: set nvim as $EDITOR (needed for ranger) --- zsh/index.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'zsh') diff --git a/zsh/index.zsh b/zsh/index.zsh index 09d15e2..e0f3376 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -2,6 +2,7 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 +EDITOR=nvim bindkey -e # End of lines configured by zsh-newuser-install # -- cgit v1.3.1