mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
change to actual symlink icon
This commit is contained in:
parent
52a8ec70f9
commit
9b1243f2b0
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ impl Icons {
|
|||
let icon = if let FileType::Directory { .. } = file_type {
|
||||
self.default_folder_icon
|
||||
} else if let FileType::SymLink { is_dir: true } = file_type {
|
||||
"\u{f751}" // ""
|
||||
"\u{f482}" // ""
|
||||
} else if let FileType::SymLink { is_dir: false } = file_type {
|
||||
"\u{e27c}" // ""
|
||||
} else if let FileType::Socket = file_type {
|
||||
|
|
Loading…
Reference in a new issue