fixed default regexs'

This commit is contained in:
Stephen Toth 2023-09-30 18:40:45 -04:00
parent 0ccd2ace10
commit b764750bdd
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ ct_match replace_rules[]= {
{ "alpine", 0, 0, KMAG"alpine"KNRM },
{ "r--", 0, 0, KGRN"r--"KNRM },
{ "rw-", 0, 0, KRED"rw-"KNRM },
{ " ..$", 0, 0, KBLU" .."KNRM },
{ " .$", 0, 0, KBLU" ."KNRM },
{ " \\.\\.$", 0, 0, KBLU" .."KNRM },
{ " \\.$", 0, 0, KBLU" ."KNRM },
{ "^d", 0, 0, KMAG"d"KNRM },
{ "z9Da0Da1", 0, 0, KRED"z9Da0Da1"KNRM },
};