1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 15:11:03 +01:00
home-manager/modules/programs/zsh
Austin Horstman 04f672b5db zsh/history: optimize history options with array-based loops
Replace individual setopt/unsetopt statements for history options with efficient
array-based loops. Also optimize history substring search key bindings using
the same pattern. Use lib.hm.zsh.define for consistent array formatting and
add unset statements to clean up temporary variables.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-09-27 13:18:01 -05:00
..
plugins zsh/plugins: optimize plugin loading with array-based loops 2025-09-27 13:18:01 -05:00
default.nix zsh: option to define autoloadable site-functions (#7611) 2025-08-05 14:03:10 -05:00
deprecated.nix zsh: move deprecated options to separate file 2025-07-12 11:42:00 -05:00
history.nix zsh/history: optimize history options with array-based loops 2025-09-27 13:18:01 -05:00
lib.nix zsh: lib better docstrings 2025-07-28 14:47:42 -05:00