Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
b2c1af91d3e70ea442ae5353cf7f140d89491c73
b2c1af91d3e70ea442ae5353cf7f140d89491c73
Switch branch/tag
ohmyzsh
plugins
laravel
laravel.plugin.zsh
Find file
Normal view
History
Permalink
laravel.plugin.zsh
69 Bytes
Edit
Web IDE
Newer
Older
Added laravel plugin which gives aliases to artisan and bob, and
John Hamelink
committed
Aug 19, 2012
1
2
3
#!zsh
alias
artisan
=
'php artisan'
alias
bob
=
'php artisan bob::build'