Merge branch 'dircolors' into 'master'

Fix ls colors (#143)

See merge request fdupoux/sysresccd-src!84
This commit is contained in:
Francois Dupoux 2020-09-02 19:22:47 +00:00
commit 4555720583

View file

@ -9,3 +9,5 @@ alias ll='ls --color=auto -lah'
alias mydf='df -hPT | column -t'
alias mylsblk='lsblk -o name,size,fstype,label,model'
# Change color of yellow text so it is readable in the terminal
eval $(dircolors -p | sed -e 's/40;33/0;31/g' | dircolors -)