aboutsummaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-02-05 21:15:56 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-02-05 21:15:56 +0000
commit8e30a56f87625fcd69164fb450b615f33fbc3716 (patch)
tree1712e227aa7ec9c7753693fd7852f1a876c6f01f /.kshrc
parent0b218646303f5df7dd5cb8c6aed7e69a27ebce20 (diff)
Reverted EDITOR and VISUAL from nvim to hx as ctrl r in oksh stopped working for some reason ?
Diffstat (limited to '.kshrc')
-rw-r--r--.kshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.kshrc b/.kshrc
index f2be85b..b8102f8 100644
--- a/.kshrc
+++ b/.kshrc
@@ -49,8 +49,8 @@ __get_current_git_branch_name() {
PS1="\[\e[1;32m\]\u@\h \[\e[1;34m\]\w\[\e[0m\] \[\e[1;31m\]\$(__get_current_git_branch_name)\[\e[0m\] $ "
COLORTERM="truecolor"
-EDITOR="nvim"
-VISUAL="nvim"
+EDITOR="hx"
+VISUAL="hx"
STARSHIP_CONFIG=~/.config/starship/config.toml
BROWSER="qutebrowser"
XDG_CONFIG_HOME="$HOME/.config"