aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/zs/zsh/config (unfollow)
Commit message (Collapse)Author
2025-06-28modules/zsh: Remove the insulting command not found handlerBenedikt Peetz
It is fun, but not worth the extra complexity.
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-23fix(modules/zsh): Support completion againBenedikt Peetz
These mappings were missed in the `zsh` rework, and are apparently needed for completion to work.
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