mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-02 02:28:24 +00:00
add icon for .bats files (#968)
* add icon for .bats files This adds the same icon as BASH for `.bats` files. Co-authored-by: Mélanie Chauvel <perso@hack-libre.org>
This commit is contained in:
parent
a2f3ff98c2
commit
42659f9345
@ -119,6 +119,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
|||||||
"bash_profile" => '\u{f489}', //
|
"bash_profile" => '\u{f489}', //
|
||||||
"bashrc" => '\u{f489}', //
|
"bashrc" => '\u{f489}', //
|
||||||
"bat" => '\u{f17a}', //
|
"bat" => '\u{f17a}', //
|
||||||
|
"bats" => '\u{f489}', //
|
||||||
"bmp" => '\u{f1c5}', //
|
"bmp" => '\u{f1c5}', //
|
||||||
"bz" => '\u{f410}', //
|
"bz" => '\u{f410}', //
|
||||||
"bz2" => '\u{f410}', //
|
"bz2" => '\u{f410}', //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user