summaryrefslogtreecommitdiff
path: root/dot_local/lib/sh/luarocks
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2022-04-10 20:19:59 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2022-04-10 20:19:59 -0400
commit36500b5c9b46fe0bf01d114d91301a1ab9c746b5 (patch)
treeb0f804063c0b5d6f4c69e2f6e5069cfdc3923b45 /dot_local/lib/sh/luarocks
parentthis is cursed and I am not sorry (diff)
do you understand the sheer level of cursedness this is?
I thought not
Diffstat (limited to '')
-rw-r--r--dot_local/lib/sh/luarocks3
-rw-r--r--dot_local/lib/sh/luarocks.fish3
2 files changed, 6 insertions, 0 deletions
diff --git a/dot_local/lib/sh/luarocks b/dot_local/lib/sh/luarocks
new file mode 100644
index 0000000..f7dcb84
--- /dev/null
+++ b/dot_local/lib/sh/luarocks
@@ -0,0 +1,3 @@
+. hascmd luarocks || return
+export LUA_CPATH=$(luarocks path --lr-cpath)
+export LUA_PATH=$(luarocks path --lr-path)";./?.lua"
diff --git a/dot_local/lib/sh/luarocks.fish b/dot_local/lib/sh/luarocks.fish
new file mode 100644
index 0000000..c6b92f5
--- /dev/null
+++ b/dot_local/lib/sh/luarocks.fish
@@ -0,0 +1,3 @@
+. hascmd luarocks || return
+set -x LUA_CPATH (luarocks path --lr-cpath)
+set -x LUA_PATH (luarocks path --lr-path)";./?.lua"