From e5465c04344cecca564c6c2def325d3806ce9278 Mon Sep 17 00:00:00 2001 From: Jun-ichi Takimoto Date: Wed, 7 Nov 2018 20:57:59 +0900 Subject: 43761: update five completion functions for darwin --- Completion/Unix/Command/_script | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_script') diff --git a/Completion/Unix/Command/_script b/Completion/Unix/Command/_script index dfe57a796..e6c104d2c 100644 --- a/Completion/Unix/Command/_script +++ b/Completion/Unix/Command/_script @@ -35,7 +35,7 @@ case $OSTYPE in '-q[be quiet: suppress display of starting and ending lines]' ) ;| - netbsd*|freebsd*) + darwin*|netbsd*|freebsd*) args+=( '(-a -r -k)-d[suppress sleeps when playing back a session]' '(-a -r -k -t)-p[play back a recorded session]' @@ -62,6 +62,9 @@ case $OSTYPE in '*:::arguments: _normal' ) ;| + darwin*|freebsd*) + args+=( '-F[send output to specified named pipe]:fifo:_files -g "*(p)"' ) + ;| *) args+=( '(-p -d)-a[append output]' -- cgit 1.4.1