mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-08 22:54:42 +02:00
Added laravel plugin which gives aliases to artisan and bob, and
provides autocompletion for artisan.
This commit is contained in:
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'
|
Reference in New Issue
Block a user