Skip to content

Commit

Permalink
feat(icons): add vim icon
Browse files Browse the repository at this point in the history
(exa PR) 1128
  • Loading branch information
cafkafk committed Jul 30, 2023
2 parents ab44362 + 1224201 commit 32b161c
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 @@ -60,7 +60,7 @@ lazy_static! {
m.insert(".gitignore_global", '\u{f1d3}'); // 
m.insert(".gitmodules", '\u{f1d3}'); // 
m.insert(".rvm", '\u{e21e}'); // 
m.insert(".vimrc", '\u{e62b}'); //
m.insert(".vimrc", '\u{e7c5}'); //
m.insert(".vscode", '\u{e70c}'); // 
m.insert(".zshrc", '\u{f489}'); // 
m.insert("Cargo.lock", '\u{e7a8}'); // 
Expand Down Expand Up @@ -347,7 +347,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
"tz" => '\u{f410}', // 
"tzo" => '\u{f410}', // 
"video" => '\u{f03d}', // 
"vim" => '\u{e62b}', //
"vim" => '\u{e7c5}', //
"vue" => '\u{fd42}', // ﵂
"war" => '\u{e256}', // 
"wav" => '\u{f001}', // 
Expand Down

0 comments on commit 32b161c

Please sign in to comment.