diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-02-05 20:56:12 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-02-05 20:56:12 +0000 |
commit | 0b218646303f5df7dd5cb8c6aed7e69a27ebce20 (patch) | |
tree | 8f992c239867a5cfd211d30e4f59184d360a1d9a /.kshrc | |
parent | 02650b28a5b2027954f51dfef48d6234d0ea7207 (diff) |
Swapped out helix for neovim.
Diffstat (limited to '.kshrc')
-rw-r--r-- | .kshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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="hx" -VISUAL="hx" +EDITOR="nvim" +VISUAL="nvim" STARSHIP_CONFIG=~/.config/starship/config.toml BROWSER="qutebrowser" XDG_CONFIG_HOME="$HOME/.config" |