diff options
-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 |