mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-23 22:38:36 +01:00
general: Set LS_COLORS to fix unreadable output. Closes #248
This commit is contained in:
parent
8942e41763
commit
a6a067eec5
@ -31,3 +31,6 @@ export FZF_DEFAULT_OPTS="
|
||||
--color fg:7,bg:0,hl:1,fg+:232,bg+:1,hl+:255
|
||||
--color info:7,prompt:2,spinner:1,pointer:232,marker:1
|
||||
"
|
||||
|
||||
# Fix LS_COLORS being unreadable.
|
||||
export LS_COLORS="$LS_COLORS:su=30;41:ow=30;42:st=30;44:"
|
||||
|
Loading…
Reference in New Issue
Block a user