summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 7fa8e8d..187b090 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -6,7 +6,7 @@ if [ -f ~/.profile ]; then source ~/.profile; fi
export SUDO="doas"
export TERMINAL="alacritty"
export BROWSER="librewolf"
-export EDITOR="nvim"
+export EDITOR="kak"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"