From cbadc34d4ae31a4eb09a3bbfc626fca414be22fe Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 6 Jan 2022 21:12:21 -0300 Subject: [PATCH] .profile: EDITOR=nvim :P --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 0303b6a..f5cd4c4 100755 --- a/.profile +++ b/.profile @@ -7,7 +7,7 @@ ulimit -c unlimited export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/go/bin:$PATH" -export EDITOR=kak +export EDITOR=nvim export FZF_DEFAULT_COMMAND='rg -L --hidden --files' export FZF_CTRL_T_COMMAND='rg -L --hidden --files'