From 02b1d364be4ab310ee6dc95f37b1456635bd3c7e Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 13 Jun 2022 12:51:42 -0300 Subject: [PATCH] profile: EDITOR=kak --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 85183a8..b9b4706 100755 --- a/.profile +++ b/.profile @@ -9,7 +9,7 @@ export PATH="$HOME/go/bin:$PATH" export ZEIT_DB=~/Sync/zeit.db -export EDITOR=vis +export EDITOR=kak export FZF_DEFAULT_COMMAND='rg -L --hidden --files' export FZF_CTRL_T_COMMAND='rg -L --hidden --files'