I am using apt as the package manager to use for apt-fast, but the completions list was wrong. I had to go manually change the completions file to this:
#compdef apt-fast
compdef _apt apt-fast=apt
instead of apt-get for the last word after the equals sign. I think it would be a good idea to automatically update the file when using a different default package manager than apt-get.
I am using
apt
as the package manager to use forapt-fast
, but the completions list was wrong. I had to go manually change the completions file to this:instead of
apt-get
for the last word after the equals sign. I think it would be a good idea to automatically update the file when using a different default package manager thanapt-get
.