Merge branch 'master' of gist.github.com:7fea1d83d56debc816ca

This commit is contained in:
Paweł Płazieński 2016-01-08 10:40:43 +01:00
commit 1da1f9687d

1
.zshrc
View File

@ -488,6 +488,7 @@ setopt correct_all # try to correct the spelling of all arguments in a line.
setopt numeric_glob_sort # if numeric filenames are matched by a filename generation pattern, sort the filenames numerically rather than lexicographically. setopt numeric_glob_sort # if numeric filenames are matched by a filename generation pattern, sort the filenames numerically rather than lexicographically.
setopt nomatch # if there is match on file pattern, dont run command (instead of running command with unchanged parameters) setopt nomatch # if there is match on file pattern, dont run command (instead of running command with unchanged parameters)
setopt interactive_comments # allow comments in command line setopt interactive_comments # allow comments in command line
setopt multios # enable multiple input/output redirections that work as expected
unsetopt beep # (dont) beep on errors unsetopt beep # (dont) beep on errors
unsetopt notify # (dont) report the status of background jobs immediately, rather than waiting until just before printing a prompt. unsetopt notify # (dont) report the status of background jobs immediately, rather than waiting until just before printing a prompt.