chore: order ansikit and make import global

pull/5/head
TorchedSammy 2021-03-21 03:05:39 -04:00
parent 646a138dcd
commit c04a27b48c
1 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,7 @@ package.path = package.path .. ';./libs/?/init.lua;/usr/share/hilbish/libs/?/ini
fs = require 'fs'
commander = require 'commander'
ansikit = require 'ansikit'
commander.register("cd", function (path)
if path then
@ -10,8 +11,6 @@ commander.register("cd", function (path)
end
end)
local ansikit = require 'ansikit'
prompt(ansikit.text('λ {bold}{cyan}'..os.getenv('USER')..' >{magenta}>{cyan}>{reset} '))
--hook("tab complete", function ())