diff --git a/home/shell/zsh.nix b/home/shell/zsh.nix index 632617a6..27efc65f 100644 --- a/home/shell/zsh.nix +++ b/home/shell/zsh.nix @@ -37,7 +37,7 @@ ]; in '' ${if pkgs.hostPlatform.isLinux then '' - eval $(dircolors) + eval $(dircolors -b | sd "*#=00;90" "*\#=00;90") '' else '' ''} PROMPT_EOL_MARK='''