about summary refs log tree commit diff
path: root/pkgs/shells/zsh/nix-zsh-completions/default.nix
Commit message (Collapse)AuthorAge
* nix-zsh-completions: 0.4.2 -> 0.4.3Maximilian Bosch2019-04-18
| | | | | | | | | Added new completions for `nixos-build-vms`[1]. See https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.3 [1] https://github.com/NixOS/nixpkgs/pull/55121 added support for `--option`.
* nix-zsh-completions: 0.4.1 -> 0.4.2Tor Hedin Brønner2018-12-04
|
* nix-zsh-completions: 0.4.0 -> 0.4.1Maximilian Bosch2018-11-26
| | | | | | | Contains several bugfixes that improve the ZSH completion for nix* commands. For further reference: https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.1
* nix-zsh-completions: install nix.plugin.zsh and init.zsh as wellMaximilian Bosch2018-08-05
| | | | | | | These files feature simple aliases and a nix-shell detector when using `nix-shell --run zsh`. The package itself contains the completion scripts in `$out/share/zsh/site-functions` (to keep it compatible with ZSH-only setups) and the plugins in `$out/share/zsh/plugins` for oh-my-zsh.
* nix-zsh-completions: 0.3.9 -> 0.4.0Tor Hedin Brønner2018-05-02
| | | | Fix a nasty regression when completing eg. `-f`.
* nix-zsh-completions: 0.3.8 -> 0.3.9Tor Hedin Brønner2018-04-25
|
* pkgs/shells: move extensions to subdirsMatthew Bauer2018-04-17
These are not reaal shells and should go into their parent shell directory.