From 6d267f993308195b71b54d086163ef7ec87d63b3 Mon Sep 17 00:00:00 2001 From: kat Date: Tue, 26 Jul 2022 11:41:05 -0700 Subject: [PATCH] fix(home/shell/zsh): dircolors error with fzf-tab --- 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 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='''