From 38ccacd055e4c07bf853d6eb89e617b2b61b9701 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 10 Jul 2020 13:51:41 +0300 Subject: [PATCH] .bashrc: Use Selenized for LS_COLORS --- .bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 6744dc4..dd5a99c 100644 --- a/.bashrc +++ b/.bashrc @@ -45,8 +45,9 @@ fi # If a private bin directory exists, add it to PATH [[ -d ~/bin ]] && PATH="$PATH:~/bin" -# solarized dircolors (needs coreutils from homebrew on Mac OS X) -[[ -r ~/.dircolors.ansi-dark ]] && eval `dircolors ~/.dircolors.ansi-dark` +# selenized dircolors +# see: https://github.com/jan-warchol/selenized/tree/master/other-apps/dircolors +export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41" # Settings # Don't exit when accidentally pressing ^D