add some additional setopts
This commit is contained in:
parent
17924a89b5
commit
81ad26322f
@ -12,6 +12,14 @@ setopt EXTENDED_HISTORY
|
|||||||
setopt EXTENDED_GLOB
|
setopt EXTENDED_GLOB
|
||||||
setopt AUTO_CD
|
setopt AUTO_CD
|
||||||
|
|
||||||
|
# display PID when suspending processes as well
|
||||||
|
setopt longlistjobs
|
||||||
|
# try to avoid the 'zsh: no matches found...'
|
||||||
|
setopt nonomatch
|
||||||
# Turn off flow control
|
# Turn off flow control
|
||||||
setopt noflowcontrol
|
setopt noflowcontrol
|
||||||
|
# report the status of backgrounds jobs immediately
|
||||||
|
setopt notify
|
||||||
|
# whenever a command completion is attempted, make sure the entire command path
|
||||||
|
# is hashed first.
|
||||||
|
setopt hash_list_all
|
||||||
|
Loading…
Reference in New Issue
Block a user