2.home-manager/tests/modules/programs/zsh
Aaron Pietscher 5598567489
zsh: fix custom syntax highlighting styles (#4236)
Previously, lines in .zshrc were added with quotes in keys
(e.g. ZSH_HIGHLIGHT_STYLES['comment']='fg=#6c6c6c'). However, zsh
considered these quotes to be part of the key, so the "comment" key
remained unchanged.
2023-07-15 11:49:12 +02:00
..
default.nix zsh: allow setting custom syntax highlighting styles (#4122) 2023-06-28 11:12:58 +02:00
history-ignore-pattern.nix
history-path-new-custom.nix
history-path-new-default.nix
history-path-old-custom.nix
history-path-old-default.nix
history-substring-search.nix
prezto.nix
session-variables.nix
syntax-highlighting.nix zsh: fix custom syntax highlighting styles (#4236) 2023-07-15 11:49:12 +02:00