mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Use solarized palette for LS_COLORS.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user