From a2fc075ea263564d3331a18f57d0dc7168c33f99 Mon Sep 17 00:00:00 2001 From: kat Date: Tue, 26 Jul 2022 11:54:51 -0700 Subject: [PATCH] fix(home/shell): dircolors further regex fix --- home/shell/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/shell/zsh.nix b/home/shell/zsh.nix index 27efc65f..11d25c45 100644 --- a/home/shell/zsh.nix +++ b/home/shell/zsh.nix @@ -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='''