From 54b85b1c99b056345adf2863f5bfe65429cfa82a Mon Sep 17 00:00:00 2001 From: sammyette Date: Sat, 27 Jul 2024 14:10:21 -0400 Subject: [PATCH] fix: add 2.3 motd --- nature/opts/motd.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nature/opts/motd.lua b/nature/opts/motd.lua index c1f31b4..6d957d3 100644 --- a/nature/opts/motd.lua +++ b/nature/opts/motd.lua @@ -2,8 +2,9 @@ local bait = require 'bait' local lunacolors = require 'lunacolors' hilbish.motd = [[ -Finally at {red}v2.2!{reset} So much {green}documentation improvements{reset} -and 1 single fix for Windows! {blue}.. and a feature they can't use.{reset} +Wait ... {magenta}2.3{reset} is basically the same as {red}2.2?{reset} +Erm.. {blue}Ctrl-C works for Commanders,{reset} {cyan}and the sh runner has some fixes.{reset} +Just trust me bro, this is an imporant bug fix release. {red}- 🌺 sammyette{reset} ]] bait.catch('hilbish.init', function()