Last active
January 22, 2020 20:08
-
-
Save antonkomarev/32038291d42a370ff16bf54feb3e2067 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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