Skip to content

Instantly share code, notes, and snippets.

@calippo
Last active August 18, 2017 10:56
Show Gist options
  • Save calippo/fd6562c326a1a2028fa4ef7146e5542b to your computer and use it in GitHub Desktop.
Save calippo/fd6562c326a1a2028fa4ef7146e5542b to your computer and use it in GitHub Desktop.
Alias sbt to log compilation errors
alias sbt='f() { sbt "$@" |tee -a ~/.sbtlogs; };f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment