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