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
|
# ===== 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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue