change symlink file to match symlink dir (octicons)

This commit is contained in:
Jay 2020-05-12 00:34:26 +01:00 committed by Abin Simon
parent 9b1243f2b0
commit 673374ecab

View file

@ -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 {