mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add yarn to tools
This commit is contained in:
parent
884a5fc156
commit
7d4755ab42
@ -6,7 +6,8 @@ module ToolIcons
|
|||||||
"nodejs" => "\e[38;5;118m",
|
"nodejs" => "\e[38;5;118m",
|
||||||
"python" => "\e[0;33m",
|
"python" => "\e[0;33m",
|
||||||
"ruby" => "\e[1;31m",
|
"ruby" => "\e[1;31m",
|
||||||
"rust" => "\e[1;37m"
|
"rust" => "\e[1;37m",
|
||||||
|
"yarn" => "\e[0;34m",
|
||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
def tool_icon(tool)
|
def tool_icon(tool)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user