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

Merge pull request #14410 from bryango/patch-1

zsh/completion: put compdef on first line
This commit is contained in:
Sergei Zimmerman 2025-10-29 15:24:02 +00:00 committed by GitHub
commit da637a05da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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