I should have added these many moons ago, imagine the wasted seconds typing these commands every day, over and over...
Add this to your .bashrc, .zshrc etc
Copy to clipboard
alias tsu='sh setup.sh -n build; php console.php d:u; php console.php c:c;' alias tcc='php console.php cache:clear' alias tir='php console.php index:rebuild --log -p' alias tdu='php console.php database:update'
Enjoy!