diff options
author | Pat Regan <thehead@patshead.com> | 2011-04-27 04:56:44 -0400 |
---|---|---|
committer | Pat Regan <thehead@patshead.com> | 2011-04-27 04:56:44 -0400 |
commit | dc76c5694dda120fcac02b2d75ef0a149de94a2f (patch) | |
tree | 0a4043b579fc4f2306df52180495940792492a32 /plugins/mysql | |
parent | 886af72125a108c2f928474c7f817dd2c164795e (diff) | |
parent | 70d0beae22e7d97d4380af32dae1618f45e3dd4b (diff) | |
download | zsh-dc76c5694dda120fcac02b2d75ef0a149de94a2f.tar.gz zsh-dc76c5694dda120fcac02b2d75ef0a149de94a2f.tar.bz2 zsh-dc76c5694dda120fcac02b2d75ef0a149de94a2f.zip |
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/mysql')
-rw-r--r-- | plugins/mysql/mysql-macports.plugin.zsh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/mysql/mysql-macports.plugin.zsh b/plugins/mysql/mysql-macports.plugin.zsh deleted file mode 100644 index 63b881c9f..000000000 --- a/plugins/mysql/mysql-macports.plugin.zsh +++ /dev/null @@ -1,6 +0,0 @@ -# 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'
\ No newline at end of file |