mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Added phpbrew plugin
This commit is contained in:
parent
96e4e5dd03
commit
0a072a0a32
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