Skip to content

Commit

Permalink
Display time field by default for ls
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfrishkorn committed Jun 10, 2024
1 parent 6e46391 commit 9d08ae4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,7 @@ fn main() -> Result<(), Box<dyn Error>> {
}

// time
if arg_matches.get_flag("time") {
header.add("time", 33, ListHeadingAlignment::Left);
}
header.add("time", 33, ListHeadingAlignment::Left);

// size
if arg_matches.get_flag("size") {
Expand Down

0 comments on commit 9d08ae4

Please sign in to comment.