diff options
| author | Oliver Kiddle <opk@zsh.org> | 2025-09-29 14:24:39 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2025-09-29 14:24:39 +0200 |
| commit | 89c0256ef612c2cb809a55cf6d1a72158245da9f (patch) | |
| tree | 713d87ff8128b61327a035262b81bd59e5e71b60 /Completion/Unix/Command/_env | |
| parent | 53968: new lvm2 and blkid completions (diff) | |
| download | zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.gz zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.bz2 zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.lz zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.xz zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.tar.zst zsh-89c0256ef612c2cb809a55cf6d1a72158245da9f.zip | |
53969: completion updates for Unix utilities in macOS 15.5
Diffstat (limited to 'Completion/Unix/Command/_env')
| -rw-r--r-- | Completion/Unix/Command/_env | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_env b/Completion/Unix/Command/_env index 89a45e4a4..7d86f4fd2 100644 --- a/Completion/Unix/Command/_env +++ b/Completion/Unix/Command/_env @@ -29,11 +29,11 @@ case $variant in '-U[add variables from user and system login.conf(5)]: :->user-class' ) ;| - freebsd*|netbsd*) - args+=( '-C+[change working directory]:directory:_directories' ) - ;| - freebsd*|darwin*|netbsd*) - args+=( '-0[use NUL, not newline after each variable in output]' ) + darwin*|freebsd*|netbsd*) + args+=( + '-C+[change working directory]:directory:_directories' + '-0[use NUL, not newline after each variable in output]' + ) ;| freebsd*|darwin*|dragonfly*|netbsd*|openbsd*) args+=( |
