Use solarized palette for LS_COLORS.

This commit is contained in:
David Tomaschik
2019-04-11 15:56:55 +02:00
parent b9c2e6afb9
commit 25c03b677a
2 changed files with 405 additions and 217 deletions

View File

@@ -8,4 +8,7 @@ test -f "$HOME/.env" && . "$HOME/.env"
export GREP_COLOR='01;31'
export GREP_COLORS='mt=01;31:mc=01;31:ms=01;31'
# Setup LS_COLORS
test -f "${HOME}/.dircolors" && eval $(dircolors "${HOME}/.dircolors")
test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"