forked from extern/nix-config
Require trucolor directly, the crystal way
This commit is contained in:
parent
e825c8ccb4
commit
d051d92d1a
@ -31,7 +31,7 @@
|
|||||||
# If so, add Maid.init() to create a base configuration
|
# If so, add Maid.init() to create a base configuration
|
||||||
|
|
||||||
require "file_utils"
|
require "file_utils"
|
||||||
require "../lib/trucolor"
|
require "trucolor"
|
||||||
|
|
||||||
module Maid
|
module Maid
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
# Trufetch is an alternative to neofetch that emphasizes the use of true color support
|
# 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
|
# It is made specifically for this system and does not rely on many external calls
|
||||||
|
|
||||||
require "../lib/trucolor"
|
require "trucolor"
|
||||||
|
|
||||||
module Trufetch
|
module Trufetch
|
||||||
extend self
|
extend self
|
||||||
|
Loading…
Reference in New Issue
Block a user