Last active
September 27, 2016 13:19
-
-
Save rgomezcasas/8cbce248d4519a7a820b39a3e9a39613 to your computer and use it in GitHub Desktop.
Basic [dot]files
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 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