aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-02-05 20:56:12 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-02-05 20:56:12 +0000
commit0b218646303f5df7dd5cb8c6aed7e69a27ebce20 (patch)
tree8f992c239867a5cfd211d30e4f59184d360a1d9a /.profile
parent02650b28a5b2027954f51dfef48d6234d0ea7207 (diff)
Swapped out helix for neovim.
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