Skip to content

Commit

Permalink
Add wrapper for sbt
Browse files Browse the repository at this point in the history
Moves ~/.sbt and ~/.ivy2 into $XDG_DATA_HOME.
  • Loading branch information
ayekat committed Apr 11, 2017
1 parent f916f4c commit 3e7375f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/sbt
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

. "$(dirname "$0")"/path.sh
exec "$EPATH" -ivy "$XDG_DATA_HOME"/ivy2 -sbt-dir "$XDG_DATA_HOME"/sbt "$@"

0 comments on commit 3e7375f

Please sign in to comment.