Added laravel plugin which gives aliases to artisan and bob, and

provides autocompletion for artisan.
This commit is contained in:
John Hamelink
2012-08-19 14:03:23 +01:00
parent d05b2010ff
commit b2c1af91d3
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!zsh
alias artisan='php artisan'
alias bob='php artisan bob::build'