From 265e3a4ba676a176c713fded50b2a4ece437de9d Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 16 Aug 2021 10:22:24 +0200 Subject: [PATCH] Change HI to use normal lua instead of luajit --- bin/hi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hi b/bin/hi index 9a9ec09..abe7255 100755 --- a/bin/hi +++ b/bin/hi @@ -1,4 +1,4 @@ -#!/usr/bin/env luajit +#!/usr/bin/env lua -- vim: set noexpandtab tabstop=3 :miv -- local ansicolors = require 'ansicolors'