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='''