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

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