some minor comments:
- I prefer using an archive format not requiring exotic formats like lzip (which also frees you from the step-by-step decompression, though you could do that with `tar -Ilzip` regardless
- I would like to see environment variables scoped to the specific commands that require their use rather than being global for the script
- I don't think that `alias` is doing anything