From 31ba0071a755233f15b346f3f70ff1c925e03d0c Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 7 Nov 2021 15:44:36 +0400 Subject: Removed alias for vim and changed EDITOR to emacs --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index c8f54dc..422b03b 100644 --- a/.profile +++ b/.profile @@ -4,7 +4,7 @@ if [ -d "$HOME/.local/bin" ] ; then fi export SHELL="/bin/zsh" -export EDITOR="kak" +export EDITOR="emacs -nw" # For Jetbrains products export _JAVA_AWT_WM_NONREPARENTING=1 -- cgit v1.2.3