Skip to content

Commit 19ce5da

Browse files
sghngalex-courtis
andauthored
fix: use dedicated icon for bash (#611)
* use dedicated icon for bash * generate light variant --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
1 parent f6b0920 commit 19ce5da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/nvim-web-devicons/default/icons_by_file_extension.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ return {
2727
["awk"] = { icon = "", color = "#4D5A5E", cterm_color = "240", name = "Awk" },
2828
["azcli"] = { icon = "", color = "#0078D4", cterm_color = "32", name = "AzureCli" },
2929
["bak"] = { icon = "󰁯", color = "#6D8086", cterm_color = "66", name = "Backup" },
30-
["bash"] = { icon = "", color = "#89E051", cterm_color = "113", name = "Bash" },
30+
["bash"] = { icon = "", color = "#89E051", cterm_color = "113", name = "Bash" },
3131
["bat"] = { icon = "", color = "#C1F12E", cterm_color = "191", name = "Bat" },
3232
["bazel"] = { icon = "", color = "#89E051", cterm_color = "113", name = "Bazel" },
3333
["bib"] = { icon = "󱉟", color = "#CBCB41", cterm_color = "185", name = "BibTeX" },

lua/nvim-web-devicons/light/icons_by_file_extension.lua

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)