Created
August 18, 2016 17:22
-
-
Save himattm/69f2cfce8cbfb8f756876d4fc7c77ebc to your computer and use it in GitHub Desktop.
Mac .bash_profile
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
# ------- | |
# Aliases | |
# ------- | |
alias ll="ls -al" | |
alias la="ls -a" | |
alias ldir="ls -al | grep ^d" | |
alias ip="curl icanhazip.com" | |
alias qnba-check="./gradlew nba:checkstyle nba:pmd" | |
alias fnba-check="./gradlew nba:check" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment