Skip to content

Commit

Permalink
Updating 'sbcl' to 'sbcln' (ohmyzsh#7095)
Browse files Browse the repository at this point in the history
Changing 'sbcl' to 'sbcln' so it doesn't collide with 'Steel Bank Common Lisp', a popular lisp implementation.
  • Loading branch information
ryanstull authored and Seth Cohen committed Oct 29, 2018
1 parent 0088a86 commit b208ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sbt/sbt.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b208ac9

Please sign in to comment.