1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-22 05:40:08 +00:00

added assembly alias (#5107)

This commit is contained in:
Mateusz Jaje 2016-05-23 18:43:15 +02:00 committed by Robby Russell
parent 222d84300f
commit 1e90f3618f

View file

@ -21,3 +21,4 @@ alias sbr='sbt run'
alias sbrm='sbt run-main'
alias sbu='sbt update'
alias sbx='sbt test'
alias sba='sbt assembly'