Ditto in .zsh files

This commit is contained in:
Samantaz Fox 2021-10-05 15:31:58 +02:00 committed by GitHub
parent ecba44470b
commit 56383c9e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ color brightmagenta "\<(base(32|64)|basename|cat|chcon|chgrp|chmod|chown|chroot|
icolor brightgreen "^\s+(function\s+)[0-9A-Z_]+\s+\(\)"
## Variables
icolor brightred "\$\{?[0-9A-Z_!@#$*?-]+\}?"
icolor brightred "\$\{?[0-9A-Z_!@#%$*?-]+\}?"
## Strings
color yellow ""(\\.|[^"])*""