1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 17:21:42 +00:00

Merge branch 'master' of github.com:robbyrussell/oh-my-zsh

This commit is contained in:
Robby Russell
2010-06-10 07:50:24 -07:00
6 changed files with 47 additions and 15 deletions

View File

@ -0,0 +1,6 @@
# commands to control local mysql-server installation
# paths are for osx installtion via macports
alias mysqlstart='sudo /opt/local/bin/mysqld_safe5'
alias mysqlstop='/opt/local/bin/mysqladmin5 -u root -p shutdown'
alias mysqlstatus='mysqladmin5 -u root -p ping'