Skip to content

Instantly share code, notes, and snippets.

@himattm
Created August 18, 2016 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himattm/69f2cfce8cbfb8f756876d4fc7c77ebc to your computer and use it in GitHub Desktop.
Save himattm/69f2cfce8cbfb8f756876d4fc7c77ebc to your computer and use it in GitHub Desktop.
Mac .bash_profile
# -------
# 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