mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
feat(file_icons.go): add Cargo.toml icons
This commit is contained in:
parent
f972d6ae68
commit
86af186683
|
|
@ -28,6 +28,7 @@ var nameIconMap = map[string]string{
|
|||
".vscode": "\ue70c", //
|
||||
".zshrc": "\uf489", //
|
||||
"Cargo.lock": "\ue7a8", //
|
||||
"Cargo.toml": "\ue7a8", //
|
||||
"bin": "\ue5fc", //
|
||||
"config": "\ue5fc", //
|
||||
"docker-compose.yml": "\uf308", //
|
||||
|
|
|
|||
Loading…
Reference in a new issue