Skip to content

Instantly share code, notes, and snippets.

@antonkomarev
Last active January 22, 2020 20:08
Show Gist options
  • Save antonkomarev/32038291d42a370ff16bf54feb3e2067 to your computer and use it in GitHub Desktop.
Save antonkomarev/32038291d42a370ff16bf54feb3e2067 to your computer and use it in GitHub Desktop.
alias art='php artisan'
alias pu='vendor/bin/phpunit'
alias puf='vendor/bin/phpunit --filter='
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment