From 71504c9990900ba54e3d29a9aa835afb61211249 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 3 Apr 2021 13:14:14 -0400 Subject: [PATCH] chore: add a "motd" --- .hilbishrc.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index 2087d94..00389f6 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -8,6 +8,10 @@ function doPrompt(fail) )) end +print(ansikit.text('Welcome {cyan}'.. os.getenv 'USER' .. +'{reset} to {magenta}Hilbish{reset},\n' .. +'the nice lil shell for {blue}Lua{reset} fanatics!\n')) + doPrompt() bait.catch('command.fail', function()