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

command -v luarocks >/dev/null 2>&1 &&
	eval $(luarocks path)