Skip to content

Commit

Permalink
chore: add vim icon for .gvimrc, _vimrc and _gvimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 5, 2025
1 parent bea5b28 commit 19b94ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
".gitlab-ci.yml" => '\u{f296}', // 
".gitmodules" => Icons::GIT, // 
".gtkrc-2.0" => Icons::GTK, // 
".gvimrc" => Icons::VIM, // 
".htaccess" => Icons::CONFIG, // 
".htpasswd" => Icons::CONFIG, // 
".idea" => Icons::INTELLIJ, // 
Expand Down Expand Up @@ -265,6 +266,8 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
".zsh_history" => Icons::SHELL, // 󱆃
".zsh_sessions" => Icons::SHELL, // 󱆃
"._DS_Store" => Icons::OS_APPLE, // 
"_gvimrc" => Icons::VIM, // 
"_vimrc" => Icons::VIM, // 
"a.out" => Icons::SHELL_CMD, // 
"authorized_keys" => '\u{f08c0}', // 󰣀
"AUTHORS" => '\u{edca}', // 
Expand Down

0 comments on commit 19b94ab

Please sign in to comment.