mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Added laravel plugin which gives aliases to artisan and bob, and
provides autocompletion for artisan.
This commit is contained in:
parent
d05b2010ff
commit
b2c1af91d3
2 changed files with 43 additions and 0 deletions
3
plugins/laravel/laravel.plugin.zsh
Normal file
3
plugins/laravel/laravel.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!zsh
|
||||
alias artisan='php artisan'
|
||||
alias bob='php artisan bob::build'
|
||||
Loading…
Add table
Add a link
Reference in a new issue