.bashrc: Use Selenized for LS_COLORS

This commit is contained in:
Alan Orth 2020-07-10 13:51:41 +03:00
parent 220eee1ddb
commit 38ccacd055
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 2 deletions

View File

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