add some additional setopts

This commit is contained in:
staticsafe 2012-08-16 21:18:26 -04:00
parent 17924a89b5
commit 81ad26322f
1 changed files with 9 additions and 1 deletions

View File

@ -12,6 +12,14 @@ setopt EXTENDED_HISTORY
setopt EXTENDED_GLOB
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
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