Replies: 1 comment
-
I looked at the source code for Debian's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running zsh-autocomplete from nixpkgs on Debian 12, and a bunch of (bash) completions for the system packages are not included.
E.g.
nix-shell --
will show arg completions, butsystemctl --
will not.I've tried messing around with compinit/bashcompinit, and I've set the
skip_global_compinit=1
as suggested, but nothing seems to work.Beta Was this translation helpful? Give feedback.
All reactions