zsh: setopt: ignore EOFs, remove multi_io support
This commit is contained in:
parent
8beb935e98
commit
0dd18575ca
1 changed files with 4 additions and 8 deletions
|
|
@ -5,8 +5,8 @@ setopt warn_create_global
|
|||
# ===== basics
|
||||
# disable beeps
|
||||
setopt no_beep
|
||||
# allow comments in interactive shells
|
||||
setopt interactive_comments
|
||||
# disabled exit on <C-D>
|
||||
setopt ignore_eof
|
||||
|
||||
# ===== directory related
|
||||
# If you type foo, and it isn't a command, and it is a directory in your
|
||||
|
|
@ -42,10 +42,6 @@ unsetopt menu_complete
|
|||
|
||||
# ===== correction
|
||||
# suggest a similar command name if the current one doesn't exist
|
||||
# setopt correct
|
||||
#setopt correct
|
||||
# suggest a similar argument name if the current one doesn't exist
|
||||
# setopt correctall
|
||||
|
||||
# ===== scripts and functions
|
||||
# perform implicit tees or cats when multiple redirections are attempted
|
||||
setopt multios
|
||||
#setopt correctall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue