about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-06-15 15:28:42 -0500
committerCase Duckworth2022-06-15 15:28:42 -0500
commit7132455b4efbf2e30c6a5433f1ae2ad553bd2d60 (patch)
treec36624413616d6750362a15b857779f85ddf494b
parentGo path (diff)
downloadetc-7132455b4efbf2e30c6a5433f1ae2ad553bd2d60.tar.gz
etc-7132455b4efbf2e30c6a5433f1ae2ad553bd2d60.zip
Luarocks
-rw-r--r--profile/luarocks.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/profile/luarocks.sh b/profile/luarocks.sh index 315c0b7..547a94d 100644 --- a/profile/luarocks.sh +++ b/profile/luarocks.sh
@@ -1,4 +1,5 @@
1# add luarocks stuff to $PATH 1# add luarocks stuff to $PATH
2 2
3command -v luarocks >/dev/null 2>&1 && 3if command -v luarocks >/dev/null 2>&1; then
4 eval $(luarocks path) 4 eval "$(luarocks path --bin)"
5fi