Created
September 29, 2019 10:04
-
-
Save eserdinyo/991443d26aab233898677c54154411d0 to your computer and use it in GitHub Desktop.
alias for omf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias pa="php artisan" | |
alias par="php artisan routes" | |
alias pam="php artisan migrate" | |
alias cu="composer update" | |
alias ci="composer install" | |
alias ni="npm install" | |
alias c="clear" | |
alias h="cd ~/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment