From ac6a7d2ad371135d8e7b8f8ea8c374c1fb839eaf Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Wed, 5 Feb 2025 21:54:33 +0000 Subject: Switched editors from hx to nvim and added set -o emacs so ctrl r works still. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') 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 -- cgit v1.2.3