summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-08-13 16:49:53 +0400
committerAndrew <saintruler@gmail.com>2021-08-13 16:49:53 +0400
commit4d0d4983b18e4a99959a91b843ef0ca6abdf786b (patch)
treedd5446dae30b9837f03608830e20cb717579a42e /.profile
parent1e56cb291195eb73b44ef186a86c64d0d1500dba (diff)
Changed editor to kakoune
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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