From c8bbff3aeed25bda3286381b1cf7bd6fb963bd85 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 7 Jan 2022 14:44:57 -0300 Subject: [PATCH] Revert ".profile: EDITOR=nvim :P" This reverts commit cbadc34d4ae31a4eb09a3bbfc626fca414be22fe. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index f5cd4c4..0303b6a 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=nvim +export EDITOR=kak export FZF_DEFAULT_COMMAND='rg -L --hidden --files' export FZF_CTRL_T_COMMAND='rg -L --hidden --files'