mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 20:15: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}',
|
"iso" => '\u{e271}',
|
||||||
"lock" => '\u{f023}',
|
"lock" => '\u{f023}',
|
||||||
"swift" => '\u{e755}',
|
"swift" => '\u{e755}',
|
||||||
|
"nix" => '\u{f313}',
|
||||||
_ => '\u{f016}'
|
_ => '\u{f016}'
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user