diff options
| author | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2018-11-07 20:57:59 +0900 |
|---|---|---|
| committer | Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp> | 2018-11-07 21:01:54 +0900 |
| commit | e5465c04344cecca564c6c2def325d3806ce9278 (patch) | |
| tree | 7f2ae4d132fec01899fe07adbb5935d0b5e5b4d0 /Completion/Unix/Command/_script | |
| parent | 43760: add documentation for true colour changes and nearcolor module (diff) | |
| download | zsh-e5465c04344cecca564c6c2def325d3806ce9278.tar zsh-e5465c04344cecca564c6c2def325d3806ce9278.tar.gz zsh-e5465c04344cecca564c6c2def325d3806ce9278.tar.bz2 zsh-e5465c04344cecca564c6c2def325d3806ce9278.tar.lz zsh-e5465c04344cecca564c6c2def325d3806ce9278.tar.xz zsh-e5465c04344cecca564c6c2def325d3806ce9278.tar.zst zsh-e5465c04344cecca564c6c2def325d3806ce9278.zip | |
43761: update five completion functions for darwin
Diffstat (limited to 'Completion/Unix/Command/_script')
| -rw-r--r-- | Completion/Unix/Command/_script | 5 |
1 files changed, 4 insertions, 1 deletions
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]' |
