| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-05-16 | flake: Remove the `shell_library` input and its dependencies | Benedikt Peetz | |
| All the remaining uses of the `sysLib` have been migrated to `pkgs.writeShellApplication`. | |||
| 2025-04-27 | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | |
| This change also ensures that this repo is reuse-3.0 compliant. | |||
| 2025-04-25 | modules/zsh: Migrate away from deprecated `initExtra{,First}` | Benedikt Peetz | |
| 2025-04-14 | modules/zsh: Set alias to {ll,lm} to their full path | Benedikt Peetz | |
| Both of these scripts are useless in $PATH and thus can be removed from it. | |||
| 2025-03-30 | fix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mine | Benedikt Peetz | |
| 2025-02-02 | fix(modules/zsh): Avoid having to rely on the `~/.zshenv` file | Benedikt Peetz | |
| We can use the `/etc/zshenv` file. | |||
| 2024-10-23 | fix(modules/zsh): Support completion again | Benedikt Peetz | |
| These mappings were missed in the `zsh` rework, and are apparently needed for completion to work. | |||
| 2024-10-21 | feat(modules/zsh): Nearly completely rewrite | Benedikt 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-18 | refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name` | Benedikt Peetz | |
