mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-05 06:15:14 +00:00
Fix ls colors (#143)
This commit is contained in:
parent
b01a28b996
commit
ce66cc330e
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue