From 8e30a56f87625fcd69164fb450b615f33fbc3716 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 5 Feb 2025 21:15:56 +0000 Subject: Reverted EDITOR and VISUAL from nvim to hx as ctrl r in oksh stopped working for some reason ? --- .profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.profile') 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 -- cgit v1.2.3