fix: change order of require paths

prevents using old outdated version of lunacolors if it isnt deleted
pull/69/head
sammyette 2021-09-30 00:15:35 -04:00
parent 2c10be0102
commit 144c082d3e
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ package main
// String vars that are free to be changed at compile time
var (
requirePaths = `';./libs/?/init.lua;./libs/?/?.lua;./?/init.lua;./?/?.lua'
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;'