1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Merge pull request #14413 from NixOS/backport-14410-to-2.32-maintenance

[Backport 2.32-maintenance] zsh/completion: put compdef on first line
This commit is contained in:
internal-nix-ci[bot] 2025-10-29 16:17:24 +00:00 committed by GitHub
commit f434a3e3c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# shellcheck disable=all
#compdef nix
# shellcheck disable=all
function _nix() {
local ifs_bk="$IFS"