aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.kshrc4
-rw-r--r--.profile4
2 files changed, 4 insertions, 4 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"
diff --git a/.profile b/.profile
index a2ec362..b637cd2 100644
--- a/.profile
+++ b/.profile
@@ -14,8 +14,8 @@ export PATH=$PATH:~/.cargo/bin
MANPATH=$HOME/.local/share/man/:$MANPATH; export MANPATH
-EDITOR=nvim; export EDITOR
-PAGER=less; export PAGER
+EDITOR='hx'; export EDITOR
+PAGER='less'; export PAGER
SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass.sh'; export SSH_ASKPASS
SSH_ASKPASS_REQUIRE=prefer; export SSH_ASKPASS_REQUIRE