Require trucolor directly, the crystal way

This commit is contained in:
Donovan Glover 2017-11-15 08:48:50 -05:00
parent e825c8ccb4
commit d051d92d1a
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
# If so, add Maid.init() to create a base configuration
require "file_utils"
require "../lib/trucolor"
require "trucolor"
module Maid

View File

@ -24,7 +24,7 @@
# Trufetch is an alternative to neofetch that emphasizes the use of true color support
# It is made specifically for this system and does not rely on many external calls
require "../lib/trucolor"
require "trucolor"
module Trufetch
extend self