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