diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-02-05 21:54:33 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-02-05 21:54:33 +0000 |
commit | ac6a7d2ad371135d8e7b8f8ea8c374c1fb839eaf (patch) | |
tree | e7b09d55bbea39a963d5056f000a9a8b2d3595f7 /.profile | |
parent | 8e30a56f87625fcd69164fb450b615f33fbc3716 (diff) |
Switched editors from hx to nvim and added set -o emacs so ctrl r works still.
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |