From 4d0d4983b18e4a99959a91b843ef0ca6abdf786b Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 13 Aug 2021 16:49:53 +0400 Subject: Changed editor to kakoune --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 14a5f74..bd97d7e 100644 --- a/.profile +++ b/.profile @@ -4,7 +4,7 @@ if [ -d "$HOME/.local/bin" ] ; then fi export SHELL="/bin/zsh" -export EDITOR="nvim" +export EDITOR="kak" # For Jetbrains products export _JAVA_AWT_WM_NONREPARENTING=1 -- cgit v1.2.3