Skip to content

Instantly share code, notes, and snippets.

@eserdinyo
Created September 29, 2019 10:04
Show Gist options
  • Save eserdinyo/991443d26aab233898677c54154411d0 to your computer and use it in GitHub Desktop.
Save eserdinyo/991443d26aab233898677c54154411d0 to your computer and use it in GitHub Desktop.
alias for omf
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