mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
fix(home/shell): dircolors further regex fix
This commit is contained in:
parent
d334ab6360
commit
a2fc075ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -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='''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue