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