mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
removed decode from pipeline for vivid (#4688)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user