#!/bin/bash alias test='php bin/phpunit' alias cover='php bin/phpunit --coverage-html=html-coverage' alias cd='z'