1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-27 19:06:15 +08:00
ohmyzsh/plugins/laravel/laravel.plugin.zsh

4 lines
69 B
Bash
Raw Normal View History

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