general: Set LS_COLORS to fix unreadable output. Closes #248

This commit is contained in:
Dylan Araps 2018-05-28 07:57:58 +10:00
parent 8942e41763
commit a6a067eec5

View File

@ -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:"