mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-03 11:33:49 +01:00
Merge branch 'dircolors' into 'master'
Fix ls colors (#143) See merge request fdupoux/sysresccd-src!84
This commit is contained in:
commit
4555720583
|
|
@ -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 -)
|
||||
|
|
|
|||
Loading…
Reference in a new issue