#!/bin/zsh alias commit="./commit.sh" alias setup="python3 setup.py" echo "Added aliases for commit and setup." echo "" echo "Run 'setup' to start the setup again." echo "Run 'commit' to commit changes. Run commit -h for help."