Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-27 | refactor: don't hardcode nix subcommands in run-help-nix | midchildan | |
2022-04-25 | fix: typo make-content-addressable -> make-content-addressed | midchildan | |
2022-04-25 | feat: add integration with zsh's run-help | midchildan | |
2022-02-04 | completions: pipe stderr to /dev/null | Maximilian Bosch | |
This fixes weird issues where e.g. nix build -L .#<tab> deletes the current line from the prompt. | |||
2021-06-12 | Fix zsh completion script | Matthew Bauer | |
Installed site-functions need to be run directly, not via compdef. | |||
2021-06-02 | Install zsh completion script | Chua Hou | |
2020-10-09 | Add a zsh completion script | regnat | |
Based on @clhodapp's suggestion in https://github.com/spwhitt/nix-zsh-completions/issues/32#issuecomment-705315356 and adapted to use the description of the completions |