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()