zsh: setopt: ignore EOFs, remove multi_io support

This commit is contained in:
Thomas Preisner 2017-07-12 18:38:15 +02:00
parent 8beb935e98
commit 0dd18575ca

View file

@ -5,8 +5,8 @@ setopt warn_create_global
# ===== basics # ===== basics
# disable beeps # disable beeps
setopt no_beep setopt no_beep
# allow comments in interactive shells # disabled exit on <C-D>
setopt interactive_comments setopt ignore_eof
# ===== directory related # ===== directory related
# If you type foo, and it isn't a command, and it is a directory in your # If you type foo, and it isn't a command, and it is a directory in your
@ -45,7 +45,3 @@ unsetopt menu_complete
#setopt correct #setopt correct
# suggest a similar argument name if the current one doesn't exist # suggest a similar argument name if the current one doesn't exist
#setopt correctall #setopt correctall
# ===== scripts and functions
# perform implicit tees or cats when multiple redirections are attempted
setopt multios