Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

user not shown when the owner is root #187

Closed
1 of 5 tasks
acavalin opened this issue Apr 17, 2018 · 0 comments · Fixed by #188
Closed
1 of 5 tasks

user not shown when the owner is root #187

acavalin opened this issue Apr 17, 2018 · 0 comments · Fixed by #188
Labels

Comments

@acavalin
Copy link

Description

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
  • Relevant Issues : (none)
  • Relevant PRs : (none)
  • Type of issue :
    • Installation
    • Font-related
    • Feature request
    • Bug in existing feature
    • Developer mode : Code quality / Tests / Documentation
avdv added a commit to avdv/colorls that referenced this issue Apr 17, 2018
@avdv avdv mentioned this issue Apr 17, 2018
5 tasks
avdv added a commit to avdv/colorls that referenced this issue Apr 20, 2018
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.

Fixes athityakumar#187.
@avdv avdv added the bug label Oct 16, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants