Skip to content

Instantly share code, notes, and snippets.

@rgomezcasas
Last active September 27, 2016 13:19
Show Gist options
  • Save rgomezcasas/8cbce248d4519a7a820b39a3e9a39613 to your computer and use it in GitHub Desktop.
Save rgomezcasas/8cbce248d4519a7a820b39a3e9a39613 to your computer and use it in GitHub Desktop.
Basic [dot]files
alias phpunit='./vendor/bin/phpunit --colors'
alias pf='./vendor/bin/phpunit --filter'
alias ..='cd ..'
alias ll='ls -alF'
alias la='ls -A'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment