summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-03-14 20:59:06 -0400
committerJake Koroman <jake@jakekoroman.com>2026-03-14 20:59:06 -0400
commit2aa9a87cb4ee7797f2882b1a980651397081a364 (patch)
tree4bfa2dfa15e8915413bc47e9658509e3db6cdb37
parent63bbb8c16eb041bb1347e8ee909ae1d3fd1edc73 (diff)
update editor to kak.
-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"