shellrc: add dircolors Selenized fix

This commit is contained in:
Aminda Suomalainen 2020-05-02 13:43:23 +03:00
parent 7286c5f2dd
commit 1dcb9cbb9e
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 7 additions and 0 deletions

View File

@ -147,6 +147,10 @@ if [[ $UNAME = Darwin ]]; then
(last -10&)
fi
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
##### Environment 7RS56S #####
# Environment should be placed to .environment or .bash_environment.

View File

@ -102,6 +102,9 @@ if [[ $UNAME = Darwin ]]; then
(last -10&)
fi
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"
##### Environment 7RS56S #####
# Environment should be placed to .environment or .zsh_environment (or .zshenv).