fix(home/shell): dircolors further regex fix

This commit is contained in:
Kat Inskip 2022-07-26 11:54:51 -07:00
parent d334ab6360
commit a2fc075ea2
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -37,7 +37,7 @@
]; in
''
${if pkgs.hostPlatform.isLinux then ''
eval $(dircolors -b | sd "*#=00;90" "*\#=00;90")
eval $(dircolors -b | sd "\*#=00;90" "*\#=00;90")
'' else ''
''}
PROMPT_EOL_MARK='''