Skip to content

Commit

Permalink
Merge pull request #5 from danielbayley/master
Browse files Browse the repository at this point in the history
Improve default file icon
  • Loading branch information
lespea authored Jun 1, 2020
2 parents 2758639 + f018e09 commit c44c92e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ fn icon(file: &File) -> char {
"groovy" => '\u{e775}',
"iso" => '\u{e271}',
"lock" => '\u{f023}',
_ => '\u{f15b}'
_ => '\u{f016}'
}
} else {
'\u{f15b}'
'\u{f016}'
}
}
}

0 comments on commit c44c92e

Please sign in to comment.