chore: change default config

pull/21/head
TorchedSammy 2021-03-24 20:59:36 -04:00
parent 913d6486ac
commit da9cfd5e04
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
-- Default Hilbish config
ansikit = require 'ansikit'
prompt(ansikit.text('λ {bold}{cyan}'..os.getenv('USER')..' >{magenta}>{cyan}>{reset} '))
prompt(ansikit.text(
'{blue}\u {cyan}\d {green}∆{reset} '
))
--hook("tab complete", function ())