aboutsummaryrefslogtreecommitdiff
path: root/.kshrc
diff options
context:
space:
mode:
Diffstat (limited to '.kshrc')
-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