]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/mysql-macports/mysql-macports.plugin.zsh
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / mysql-macports / mysql-macports.plugin.zsh
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/mysql-macports/mysql-macports.plugin.zsh b/stow/oh-my-zsh/.oh-my-zsh/plugins/mysql-macports/mysql-macports.plugin.zsh
deleted file mode 100644 (file)
index c39563f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# commands to control local mysql-server installation
-# paths are for osx installation via macports
-
-alias mysqlstart='sudo /opt/local/share/mysql5/mysql/mysql.server start'
-alias mysqlstop='sudo /opt/local/share/mysql5/mysql/mysql.server stop'
-alias mysqlrestart='sudo /opt/local/share/mysql5/mysql/mysql.server restart'
-
-alias mysqlstatus='mysqladmin5 -u root -p ping'