From 0b218646303f5df7dd5cb8c6aed7e69a27ebce20 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 5 Feb 2025 20:56:12 +0000 Subject: Swapped out helix for neovim. --- .kshrc | 4 ++-- .profile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.kshrc b/.kshrc index b8102f8..f2be85b 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="hx" -VISUAL="hx" +EDITOR="nvim" +VISUAL="nvim" STARSHIP_CONFIG=~/.config/starship/config.toml BROWSER="qutebrowser" XDG_CONFIG_HOME="$HOME/.config" diff --git a/.profile b/.profile index a3f56f0..a2ec362 100644 --- a/.profile +++ b/.profile @@ -14,7 +14,7 @@ export PATH=$PATH:~/.cargo/bin MANPATH=$HOME/.local/share/man/:$MANPATH; export MANPATH -EDITOR=hx; export EDITOR +EDITOR=nvim; export EDITOR PAGER=less; export PAGER SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass.sh'; export SSH_ASKPASS -- cgit v1.2.3