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
Oh My Zsh
0fdb911da0ac6f167c558af129a64211c1a560ee
0fdb911da0ac6f167c558af129a64211c1a560ee
Switch branch/tag
oh-my-zsh
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'