nixpkgs/pkgs/shells
Maximilian Bosch 4dfea241bc gradle-completion: init at 1.3.1 (#42929)
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
2018-07-05 00:34:28 +02:00
..
bash bash: 4.4p19 -> 4.4p23 2018-06-10 01:15:45 -05:00
dash dash: 0.5.10.1 -> 0.5.10.2 2018-05-21 09:17:45 +00:00
dgsh
elvish elish: add shellPath attribute 2018-06-29 13:36:59 -04:00
es
fish
ion
mksh treewide: http -> https sources (#42676) 2018-06-28 20:43:35 +02:00
oh
oil
pash
powershell powershell: autoPatchelfHook/makeWrapper belongs to nativeBuildInputs 2018-06-13 23:08:46 +01:00
rc
rssh
rush
tcsh tcsh: build for darwin too! 2018-06-09 03:14:29 -05:00
xonsh xonsh: 0.6.6 -> 0.6.7 2018-06-18 17:26:52 -07:00
zsh gradle-completion: init at 1.3.1 (#42929) 2018-07-05 00:34:28 +02:00