Skip to content

Instantly share code, notes, and snippets.

@jubianchi
Last active August 29, 2015 14:06
Show Gist options
  • Save jubianchi/1ed7c962b25d177b6e1c to your computer and use it in GitHub Desktop.
Save jubianchi/1ed7c962b25d177b6e1c to your computer and use it in GitHub Desktop.
prompt_maven () {
local version
if [ -n "$(command -v mvn)" ]
then
version=$(mvn -version 2>&1 | head -n1 | grep -Poie '(?:\d+(?:\.|_)?)+\s')
$1 255 0 "mvn $(printf $VERSION_PATT $version)"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment