alias pyrun = 'python manage.py runserver' alias sudokill = 'sudo lsof -t -i tcp:8000 | xargs kill -9'