From 043b866b7465b6abe49ba6b2ca209d6eebefb554 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 2 May 2018 13:44:28 +0100 Subject: [PATCH] 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. --- dot/zshrc | 2 ++ 1 file changed, 2 insertions(+) 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 ###-------------------------------------------------------------------------- -- 2.11.0