mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 0a072a0a32 into 291e96dcd0
This commit is contained in:
commit
5309ffead6
1 changed files with 20 additions and 0 deletions
20
plugins/phpbrew/phpbrew.plugin.zsh
Normal file
20
plugins/phpbrew/phpbrew.plugin.zsh
Normal file
|
|
@ -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'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue