mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
4dfea241bc
This package adds completion scripts for `gradle` on the `bash` and `zsh` shells. The completions can be enabled like this: ``` { pkgs, ... }: { environment.systemPackages = [ pkgs.gradle pkgs.gradle-completion ]; programs.zsh.enable = true; } ``` The package stores the scripts into the expected directories in `$out/share` to ensure that the shells can easily find their scripts. Closes #42799 |
||
---|---|---|
.. | ||
bash | ||
dash | ||
dgsh | ||
elvish | ||
es | ||
fish | ||
ion | ||
mksh | ||
oh | ||
oil | ||
pash | ||
powershell | ||
rc | ||
rssh | ||
rush | ||
tcsh | ||
xonsh | ||
zsh |