From 1becabb0a8348a12be51e1f0b77f9c8e7fe7d8e3 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 6 Feb 2025 17:36:38 +0000 Subject: Removed unused line and comment re set -o vi --- .kshrc | 4 ---- 1 file changed, 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 -- cgit v1.2.3