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
2595484a97d85496fdcdca99a23f52eecd9b1b43
2595484a97d85496fdcdca99a23f52eecd9b1b43
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'