aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-02-05 21:07:25 +0000
committerJustine Smithies <justine@smithies.me.uk>2026-02-05 21:07:25 +0000
commit29129dd87d187e02ffe8d7217812326af4896d41 (patch)
tree50e4b9d75c3ef783f54128d8561099c14e4472bb
parent1438e353ff2a59f808eeca93dbe1cae5a433c264 (diff)
Removed uneeded EDITOR line pointing to no longer used nvim
-rw-r--r--.profile1
1 files changed, 0 insertions, 1 deletions
diff --git a/.profile b/.profile
index de7eb6f..a27d19f 100644
--- a/.profile
+++ b/.profile
@@ -11,7 +11,6 @@ PATH=$PATH:$HOME/.local/bin; export PATH
MANPATH=$HOME/.local/share/man/:$MANPATH; export MANPATH
-EDITOR='nvim'; export EDITOR
PAGER='less'; export PAGER
SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass.sh'; export SSH_ASKPASS