From 38d0ae45ec80ed0ff4d51f9e682d9577a15e04e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Mon, 4 Jan 2016 18:27:55 +0100 Subject: [PATCH] added multios option --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 9e61dae..ab953e4 100644 --- a/.zshrc +++ b/.zshrc @@ -485,6 +485,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 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 multios # enable multiple input/output redirections that work as expected 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.