diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-02-05 21:15:56 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-02-05 21:15:56 +0000 |
commit | 8e30a56f87625fcd69164fb450b615f33fbc3716 (patch) | |
tree | 1712e227aa7ec9c7753693fd7852f1a876c6f01f /.profile | |
parent | 0b218646303f5df7dd5cb8c6aed7e69a27ebce20 (diff) |
Reverted EDITOR and VISUAL from nvim to hx as ctrl r in oksh stopped working for some reason ?
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |