Fix ls colors (#143)

This commit is contained in:
fdupoux 2020-09-02 20:13:52 +01:00
parent b01a28b996
commit ce66cc330e

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