chiark / gitweb /
dot/zshrc: Some other tweaks.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 May 2018 12:44:28 +0000 (13:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 8 May 2018 14:15:56 +0000 (15:15 +0100)
  * 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

index 29a2ed694c368276263018972c0ee3e89e89bf10..3cf00dc492eb8e47c3b8d4900baeb77841f2d153 100644 (file)
--- 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
 
 ###--------------------------------------------------------------------------