eza: make user/group not stand out so much
This commit is contained in:
parent
f39ac9a666
commit
b42c0c04ba
1 changed files with 11 additions and 2 deletions
|
@ -7,6 +7,15 @@ magenta=35
|
|||
cyan=36
|
||||
white=37
|
||||
|
||||
br_black=90
|
||||
br_red=91
|
||||
br_green=92
|
||||
br_yellow=93
|
||||
br_blue=94
|
||||
br_magenta=95
|
||||
br_cyan=96
|
||||
br_white=97
|
||||
|
||||
colors=(
|
||||
di=$blue # directories
|
||||
ex=$green # executable files
|
||||
|
@ -45,10 +54,10 @@ colors=(
|
|||
# ut # the units of a file’s size if it is 1 TB/TiB or higher
|
||||
# df # a device’s major ID
|
||||
# ds # a device’s minor ID
|
||||
uu=$white # a user that’s you
|
||||
uu=$br_black # a user that’s you
|
||||
uR=$red # a user that’s root
|
||||
un=$yellow # a user that’s someone else
|
||||
gu=$white # a group that you belong to
|
||||
gu=$br_black # a group that you belong to
|
||||
gR=$red # a group related to root
|
||||
gn=$yellow # a group you aren’t a member of
|
||||
lc=$red # a number of hard links
|
||||
|
|
Loading…
Add table
Reference in a new issue