aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ni/nix-index/command_not_found.zsh (unfollow)
Commit message (Collapse)Author
10 hoursmodules/fish: InitBenedikt Peetz
2025-07-24modules/nix-index/command_not_found.sh: Avoid using removed flagBenedikt Peetz
`--top-level` is now default.
2025-06-28modules/nix-index/command_not_found: Avoid using a non-existing commandBenedikt Peetz
The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion.
2025-05-17modules/nix-index/command_not_found_handler: Remove reference to shell_libraryBenedikt Peetz
`ptmp` was previously (impurely) injected into this code, but is now no longer available.
2025-05-16modules/legacy/nix-index: Migrate to by-nameBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2024-10-21feat(modules/zsh): Nearly completely rewriteBenedikt Peetz
New features: - The `vi` mode is now actually useful - The whole history search/suggestion has been integrated into `atuin` - The `edit-command-line` plugin does no longer print useless stuff - and miscellaneous other things.
2024-10-18refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`Benedikt Peetz
2024-10-18refactor(modules): Move all system modules to `by-name`Benedikt Peetz
From now on all modules should be added to the new `by-name` directory. This should help remove the (superficial and utterly useless) distinction between `home-manager` and `NixOS` modules.
2024-05-23refactor(modules/home): Setup as "normal" NixOS moduleBenedikt Peetz
2024-05-20refactor(hm): Rename to `modules/home`Benedikt Peetz
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Improve case 2 outputSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Add missing space in cmd nameSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Output a status message for shellSoispha
2024-02-28fix(hm/conf/zsh/command_not_found.sh): Correctly count found attrsSoispha
2024-02-28feat(hm): Add nix-index and associated command_not_found_handlerSoispha