#! /bin/zsh # # this file: # https://dataswamp.org/~incal/conf/.zsh/db apache-start () { sudo apache2ctl start } mysql-up () { ps -e | grep mysql } mysql-enter () { mysql -u root -p }