Add gradle aliases

This commit is contained in:
Andrew Tomaka 2014-10-22 13:42:08 -04:00
parent ccea2964f8
commit 1d9108a631

View file

@ -36,6 +36,10 @@ alias grm="git rm"
alias gs="git status"
alias gw="git diff --check"
alias Grep='grep'
alias jb="./gradlew"
alias jbd="./gradlew dependencies"
alias jbr="./gradlew run"
alias jbt="./gradlew test"
alias l="ls"
alias ll="ls -lv --human-readable --color=auto"
alias lp="librarian-puppet"