Major rewrite (new install)

This commit is contained in:
ItsDrike 2025-09-02 22:38:05 +02:00
parent 4e89803237
commit e78b421565
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
158 changed files with 2542 additions and 5238 deletions

View file

@ -16,3 +16,7 @@ if ! zgenom saved; then
zgenom save
fi
# Override the comment color to make comments visible on black bg
# (overrides the zsh-fast-highlighting plugin)
FAST_HIGHLIGHT_STYLES[comment]='fg=#696C76'