From 94027d3e7da4457f8be48b13dc7643225b36314e Mon Sep 17 00:00:00 2001 From: Jeremy Date: Tue, 19 Apr 2022 03:03:00 +0000 Subject: [PATCH] Added `Colour` configuration option --- matrix-send | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/matrix-send b/matrix-send index 96e3392..1edf513 100644 --- a/matrix-send +++ b/matrix-send @@ -58,9 +58,10 @@ CacheLocation () { #### Configuration Statements #### ################################## -Color () { - color="true" +Colour () { + colour="true" } +alias Color="Colour" NoCache () { nocache="true"