mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Merge pull request #14410 from bryango/patch-1
zsh/completion: put compdef on first line
This commit is contained in:
commit
da637a05da
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue