mirror of
https://github.com/lsd-rs/lsd
synced 2025-03-04 23:17:15 +00:00
change symlink file to match symlink dir (octicons)
This commit is contained in:
parent
9b1243f2b0
commit
673374ecab
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ impl Icons {
|
|||
} else if let FileType::SymLink { is_dir: true } = file_type {
|
||||
"\u{f482}" // ""
|
||||
} else if let FileType::SymLink { is_dir: false } = file_type {
|
||||
"\u{e27c}" // ""
|
||||
"\u{f481}" // ""
|
||||
} else if let FileType::Socket = file_type {
|
||||
"\u{f6a7}" // ""
|
||||
} else if let FileType::Pipe = file_type {
|
||||
|
|
Loading…
Add table
Reference in a new issue