about summary refs log tree commit diff stats
path: root/profile/luarocks.sh
blob: 547a94d44ee17e4cd6f564f13cf1252f9efbabbd (plain)
1
2
3
4
5
# add luarocks stuff to $PATH

if command -v luarocks >/dev/null 2>&1; then
	eval "$(luarocks path --bin)"
fi