diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-02-06 17:36:38 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-02-06 17:36:38 +0000 |
commit | 1becabb0a8348a12be51e1f0b77f9c8e7fe7d8e3 (patch) | |
tree | 93300789a9aa857ac2d8057c49084f2a16115440 | |
parent | ac6a7d2ad371135d8e7b8f8ea8c374c1fb839eaf (diff) |
Removed unused line and comment re set -o vi
-rw-r--r-- | .kshrc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |