mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
shellrc: add dircolors Selenized fix
This commit is contained in:
parent
7286c5f2dd
commit
1dcb9cbb9e
@ -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.
|
||||
|
||||
|
3
rc/zshrc
3
rc/zshrc
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user