Skip to content

Commit

Permalink
Merge branch 'lsd-rs:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zwpaper authored Nov 16, 2024
2 parents 92e3252 + a0bbb20 commit 3d1a2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub struct Cli {
pub depth: Option<usize>,

/// Display directories themselves, and not their contents (recursively when used with --tree)
#[arg(short, long, conflicts_with_all = ["depth", "recursive"])]
#[arg(short, long, conflicts_with = "recursive")]
pub directory_only: bool,

/// How to display permissions [default: rwx for linux, attributes for windows]
Expand Down
1 change: 1 addition & 0 deletions src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,7 @@ impl IconTheme {
("yml", "\u{e60b}"), // ""
("zip", "\u{f410}"), // ""
("zig", "\u{e6a9}"), // ""
("zon", "\u{e60b}"), // ""
("zshrc", "\u{f489}"), // ""
("zsh-theme", "\u{f489}"), // ""
("zsh", "\u{f489}"), // ""
Expand Down

0 comments on commit 3d1a2ba

Please sign in to comment.