1
0
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:
Daniel Barber 2021-12-22 13:04:33 -06:00
parent 884a5fc156
commit 7d4755ab42

View File

@ -6,7 +6,8 @@ module ToolIcons
"nodejs" => "\e[38;5;118m",
"python" => "\e[0;33m",
"ruby" => "\e[1;31m",
"rust" => "\e[1;37m"
"rust" => "\e[1;37m",
"yarn" => "\e[0;34m",
}.freeze
def tool_icon(tool)