From 34af52c56f520b938b7ed1c11ab2ef8a4c76ed1c Mon Sep 17 00:00:00 2001 From: Mark Woods Date: Tue, 1 Jan 2019 10:04:00 +0000 Subject: [PATCH] Slightly better solarized dark LS_COLORS https://github.com/seebi/dircolors-solarized/issues/10#issuecomment-381545995 --- bash/profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bash/profile b/bash/profile index cb97ba8..312aa2b 100644 --- a/bash/profile +++ b/bash/profile @@ -2,7 +2,8 @@ export TERM='xterm-color' export CLICOLOR=1 -export LSCOLORS=gxfxbEaEBxxEhEhBaDaCaD +export LSCOLORS=exfxfeaeBxxehehbadacea + export PATH=$PATH:$HOME/bin export EDITOR=vim