aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-02-05 21:54:33 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-02-05 21:54:33 +0000
commitac6a7d2ad371135d8e7b8f8ea8c374c1fb839eaf (patch)
treee7b09d55bbea39a963d5056f000a9a8b2d3595f7 /.profile
parent8e30a56f87625fcd69164fb450b615f33fbc3716 (diff)
Switched editors from hx to nvim and added set -o emacs so ctrl r works still.
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index b637cd2..8929e14 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