mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Change sbcl to sbcln in sbt plugin
sbcl from SBT plugin has a naming collision with sbcl from Steel Bank Common Lisp.
This commit is contained in:
parent
140034605e
commit
9d3b29dad8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
alias sbc='sbt compile'
|
||||
alias sbco='sbt console'
|
||||
alias sbcq='sbt console-quick'
|
||||
alias sbcl='sbt clean'
|
||||
alias sbcln='sbt clean'
|
||||
alias sbcp='sbt console-project'
|
||||
alias sbd='sbt doc'
|
||||
alias sbdc='sbt dist:clean'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue