mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
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
|
||||
|
||||
require "file_utils"
|
||||
require "../lib/trucolor"
|
||||
require "trucolor"
|
||||
|
||||
module Maid
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user