Skip to content

Commit

Permalink
add icon for .bats files (#968)
Browse files Browse the repository at this point in the history
* add icon for .bats files

This adds the same icon as BASH for `.bats` files.

Co-authored-by: Mélanie Chauvel <[email protected]>
  • Loading branch information
docwhat and ariasuni authored Jan 4, 2022
1 parent a2f3ff9 commit 42659f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"bash_profile" => '\u{f489}', // 
"bashrc" => '\u{f489}', // 
"bat" => '\u{f17a}', // 
"bats" => '\u{f489}', // 
"bmp" => '\u{f1c5}', // 
"bz" => '\u{f410}', // 
"bz2" => '\u{f410}', // 
Expand Down

0 comments on commit 42659f9

Please sign in to comment.