0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/laravel/laravel.plugin.zsh
John Hamelink b2c1af91d3 Added laravel plugin which gives aliases to artisan and bob, and
provides autocompletion for artisan.
2012-08-19 14:03:23 +01:00

3 lines
69 B
Bash

#!zsh
alias artisan='php artisan'
alias bob='php artisan bob::build'