summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-11-07 15:44:36 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-11-07 15:44:36 +0400
commit31ba0071a755233f15b346f3f70ff1c925e03d0c (patch)
treec8970a06d2ceef4df2948dc15e6ff2f0146a5358 /.profile
parent141f11d137a186db160a79db5056890344edbe66 (diff)
Removed alias for vim and changed EDITOR to emacs
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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