From fef7f38da854b8d05d5945320440ada7eddf8aae Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 1 Mar 2022 09:20:02 -0600 Subject: [PATCH] removed decode from pipeline for vivid (#4688) --- docs/How_To_Coloring_and_Theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/How_To_Coloring_and_Theming.md b/docs/How_To_Coloring_and_Theming.md index 0e910a802c..8f9127d67e 100644 --- a/docs/How_To_Coloring_and_Theming.md +++ b/docs/How_To_Coloring_and_Theming.md @@ -387,7 +387,7 @@ There's an exhaustive list [here](https://github.com/trapd00r/LS_COLORS), which I like the `vivid` application and currently have it configured in my `config.nu` like this. You can find `vivid` [here](https://github.com/sharkdp/vivid). -`let-env LS_COLORS = (vivid generate molokai | decode utf-8 | str trim)` +`let-env LS_COLORS = (vivid generate molokai | str trim)` ## Theming