You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i run colorls -l the user not shown on files which the owner is root:
# whoami
cloud
# ls -l one two
-rwxrwxr-x 1 root users 707 Mar 30 12:37 one*
-rwxr-xr-x 1 cloud cloud 168 Mar 31 2017 two*# colorls -l one two
rwxrwxr-x users 707 B Fri Mar 30 12:37:10 2018 one
rwxr-xr-x cloud cloud 168 B Fri Mar 31 18:30:15 2017 two
In a long listing, the user was only shown when owning the file. Originally, the
user was only colorized when owning the file.
Change that to always colorize the user using the defined `:user` color.
Fixesathityakumar#187.
Description
When i run
colorls -l
the user not shown on files which the owner is root:The text was updated successfully, but these errors were encountered: