summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 294ef9e..49432de 100644
--- a/bashrc
+++ b/bashrc
@@ -9,6 +9,9 @@ if [ "$TERM" == "xterm" ]; then export TERM=xterm-256color; fi
# disable sticky mode
stty -ixon
+# disable ctrl-d logoff
+set -o ignoreeof on
+
#}}}
#{{{ vi mode