diff --git a/.hilbishrc.lua b/.hilbishrc.lua index cbe0884..3940c5c 100644 --- a/.hilbishrc.lua +++ b/.hilbishrc.lua @@ -5,7 +5,7 @@ local ansikit = require 'ansikit' local function doPrompt(fail, mode) hilbish.prompt(lunacolors.format( - '{blue}%u {cyan}%d\n' .. (fail and '{red}' or '{green}') .. '∆ ' + '{blue}%u {cyan}%d ' .. (fail and '{red}' or '{green}') .. '∆ ' )) end