From 0a072a0a3240241183320a8b20689b094904949a Mon Sep 17 00:00:00 2001 From: Mohamed Elkholy Date: Sat, 6 Sep 2014 17:14:11 +0300 Subject: [PATCH] Added phpbrew plugin --- plugins/phpbrew/phpbrew.plugin.zsh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/phpbrew/phpbrew.plugin.zsh diff --git a/plugins/phpbrew/phpbrew.plugin.zsh b/plugins/phpbrew/phpbrew.plugin.zsh new file mode 100644 index 000000000..f166d94e4 --- /dev/null +++ b/plugins/phpbrew/phpbrew.plugin.zsh @@ -0,0 +1,20 @@ +# ------------------------------------------------------------------------------ +# FILE: phpbrew.plugin.zsh +# DESCRIPTION: oh-my-zsh phpbrew plugin file. +# AUTHOR: Mohamed Elkholy (mmdkholy@gmail.com) +# VERSION: 1.0.0 +# ------------------------------------------------------------------------------ + +#Alias +alias pbr='phpbrew' +alias pbrk='phpbrew known' +alias pbri='phpbrew install' +alias pbrl='phpbrew list' +alias pbro='phpbrew off' +alias pbrs='phpbrew switch' +alias pbru='phpbrew use' +alias pbrx='phpbrew ext' +alias pbre='phpbrew env' +alias pbrcd='phpbrew cd' +alias pbrcf='phpbrew config' +alias pbrinf='phpbrew info' \ No newline at end of file