From 4b2891b5033758a614d59be692868b19a4f641e6 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 16 May 2021 17:37:53 -0400 Subject: [PATCH] fix: use new way to get username in default config --- .hilbishrc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.hilbishrc.lua b/.hilbishrc.lua index d7e333b..f7d85aa 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -8,8 +8,8 @@ function doPrompt(fail) )) end -print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' .. _user .. -'{reset}.\n' .. 'The nice lil shell for {blue}Lua{reset} fanatics!\n')) +print(lunacolors.format('Welcome to {magenta}Hilbish{reset}, {cyan}' .. hilbish.user +.. '{reset}.\n' .. 'The nice lil shell for {blue}Lua{reset} fanatics!\n')) doPrompt()