From 232a2cf1fb15be304b0289a94be98dca3baedba5 Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Mon, 20 Oct 2025 17:53:05 +0200 Subject: separage config file for fzf-lua, add EDITOR=nvim --- zsh/index.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/index.zsh b/zsh/index.zsh index e0f3376..375384c 100644 --- a/zsh/index.zsh +++ b/zsh/index.zsh @@ -2,7 +2,6 @@ HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000 -EDITOR=nvim bindkey -e # End of lines configured by zsh-newuser-install # @@ -23,3 +22,6 @@ alias tg='git describe --tags HEAD' eval $(ssh-agent -s) >> /dev/null # Set up fzf key bindings and fuzzy completion source <(fzf --zsh) + +alias rr=ranger +export EDITOR=nvim -- cgit v1.3.1