# put this in ~/.bash_profile or whatever python_or_python () { if [ "$1" == "" ]; then python else python "$@" fi } alias python="python_or_python"