diff options
| author | Oliver Kiddle <opk@zsh.org> | 2026-04-30 20:59:36 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2026-04-30 20:59:36 +0200 |
| commit | 31e8b0a14bfbff286ef96a8943722cb685cae751 (patch) | |
| tree | d88cecf6c7fb875bb116c5335cecdf13dae67400 /Completion/Unix/Command | |
| parent | unposted: complete also for FreeBSD's flua (diff) | |
| download | zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.gz zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.bz2 zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.lz zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.xz zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.tar.zst zsh-31e8b0a14bfbff286ef96a8943722cb685cae751.zip | |
unposted: ghostscript completion does a better job of handling gsnd
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_ghostscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ghostscript b/Completion/Unix/Command/_ghostscript index 2c6f40a35..021668c60 100644 --- a/Completion/Unix/Command/_ghostscript +++ b/Completion/Unix/Command/_ghostscript @@ -1,4 +1,4 @@ -#compdef gs ghostscript +#compdef gs ghostscript gsnd local -a specs names device |
