Skip to content

Instantly share code, notes, and snippets.

@codekitchen
Created June 10, 2015 17:59
Show Gist options
  • Save codekitchen/5b5ad67220664b88232f to your computer and use it in GitHub Desktop.
Save codekitchen/5b5ad67220664b88232f to your computer and use it in GitHub Desktop.
__aws_creds_prompt ()
{
if [ -n "$AWS_CREDS_NAME" ]; then
echo "${EMR}[AWS ${AWS_CREDS_NAME}]${NONE}"
fi
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment