nixpkgs/pkgs/shells/zsh
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
..
antibody antibody: 3.5.0 -> 3.5.1 (#42818) 2018-06-30 19:05:28 +02:00
antigen
gradle-completion gradle-completion: init at 1.3.1 (#42929) 2018-07-05 00:34:28 +02:00
grml-zsh-config grml-zsh-config: 0.14.3 -> 0.15.0 2018-06-08 08:06:37 -07:00
lambda-mod-zsh-theme
nix-zsh-completions
oh-my-zsh treewide: http -> https 2018-06-29 17:18:27 -07:00
zsh-autosuggestions
zsh-command-time
zsh-completions
zsh-deer
zsh-git-prompt
zsh-powerlevel9k
zsh-prezto
zsh-syntax-highlighting
default.nix