Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
this is actually annoying me now
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 19, 2017
1 parent b789cbb commit 4deb801
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions java/aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
#!/bin/sh

mvn() {
# shellcheck disable=SC2068
command mvn $@
message="'mvn $*' done!"
which terminal-notifier >/dev/null && terminal-notifier -message "$message"
which notify-send >/dev/null && notify-send "$message"
}

alias mvnci='mvn clean install'
alias mvnc='mvn clean'
alias mvnt='mvn test'
Expand Down

0 comments on commit 4deb801

Please sign in to comment.