aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2025-02-06 17:36:38 +0000
committerJustine Smithies <justine@smithies.me.uk>2025-02-06 17:36:38 +0000
commit1becabb0a8348a12be51e1f0b77f9c8e7fe7d8e3 (patch)
tree93300789a9aa857ac2d8057c49084f2a16115440
parentac6a7d2ad371135d8e7b8f8ea8c374c1fb839eaf (diff)
Removed unused line and comment re set -o vi
-rw-r--r--.kshrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/.kshrc b/.kshrc
index 46fa81a..e0f0ce7 100644
--- a/.kshrc
+++ b/.kshrc
@@ -6,10 +6,6 @@
# Don't do anything if we don't have a prompt (not an interactive shell)
[[ $- != *i* ]] && return || [ -z "$PS1" ] && return
-# Uncomment this to enable the builtin vi(1) command line editor in sh(1),
-# e.g. ESC to go into visual mode.
-# set -o vi
-
# Don't let \^{}d logout
set -o ignoreeof