fix: remove redundant line in linux vars

pull/69/head
legendofmiracles 2021-10-06 11:15:45 -06:00
parent 144c082d3e
commit 53b1096b7e
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ package main
// String vars that are free to be changed at compile time
var (
requirePaths = `';./libs/?/?.lua;./libs/?/init.lua;./?/init.lua;./?/?.lua'
.. ';/usr/share/hilbish/libs/?/init.lua;'
.. ';/usr/share/hilbish/libs/?/?.lua;'
.. hilbish.home .. '/.local/share/hilbish/libs/?/init.lua;'
.. hilbish.home .. '/.local/share/hilbish/libs/?/?.lua;'