mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 12:05:11 +00:00
Merge branch 'add-nix-icon' of https://github.com/zachcoyle/exa into zachcoyle-add-nix-icon
# Conflicts: # src/output/icons.rs
This commit is contained in:
commit
fd3a3d13b7
@ -185,6 +185,7 @@ fn icon(file: &File) -> char {
|
||||
"iso" => '\u{e271}',
|
||||
"lock" => '\u{f023}',
|
||||
"swift" => '\u{e755}',
|
||||
"nix" => '\u{f313}',
|
||||
_ => '\u{f016}'
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user