aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile4
1 files changed, 2 insertions, 2 deletions
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