From: Mark Wooding Date: Wed, 2 May 2018 12:44:28 +0000 (+0100) Subject: dot/zshrc: Some other tweaks. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/043b866b7465b6abe49ba6b2ca209d6eebefb554 dot/zshrc: Some other tweaks. * Explicitly turn on the feature where multiple input or output redirections can be applied to the same command. (I think this is on by default, but I've decided that I definitely want it.) * Turn on rc(1)-style distributiveness of concatenation over lists. --- diff --git a/dot/zshrc b/dot/zshrc index 29a2ed6..3cf00dc 100644 --- a/dot/zshrc +++ b/dot/zshrc @@ -127,9 +127,11 @@ setopt hist_ignore_space setopt ksh_glob setopt list_ambiguous setopt list_packed +setopt multios unsetopt nomatch unsetopt menu_complete setopt notify +setopt rc_expand_param setopt share_history ###--------------------------------------------------------------------------