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
ef96b6c16e1e59c449ef31d658d3232135a3e482
ef96b6c16e1e59c449ef31d658d3232135a3e482
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'