mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Updating 'sbcl' to 'sbcln' (#7095)
Changing 'sbcl' to 'sbcln' so it doesn't collide with 'Steel Bank Common Lisp', a popular lisp implementation.
This commit is contained in:
parent
caa936593a
commit
2c1100c0e5
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ alias sbc='sbt compile'
|
|||
alias sbcc='sbt clean 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…
Reference in a new issue