1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01: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:
Ryan Stull
2018-08-29 09:15:11 -04:00
committed by Marc Cornellà
parent caa936593a
commit 2c1100c0e5

View File

@@ -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'