mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
New alias zwip that launch cucumber with the :wip profile (#4111)
* Add zeus rake cucumber:wip, alias swip * Add the right command for zwip alias :D * Add the right command * respect the coding style * respect the coding final
This commit is contained in:
parent
d56d6dc145
commit
016dd30f4c
2 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
* `zcu` aliases `zeus cucumber`
|
||||
* `zucumber` aliases `zeus cucumber`
|
||||
* `zwip` aliases `zeus cucumber --profile wip`
|
||||
|
||||
* `zspec` aliases `zeus rspec`
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ alias zunner='zeus runner'
|
|||
# Cucumber
|
||||
alias zcu='zeus cucumber'
|
||||
alias zucumber='zeus cucumber'
|
||||
alias zwip='zeus cucumber --profile wip'
|
||||
|
||||
# Rspec
|
||||
alias zspec='zeus rspec'
|
||||
|
|
Loading…
Reference in a new issue