Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tpolecat authored Sep 13, 2016
1 parent 150243c commit ab444af
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ Also, I sometimes write [blog posts](http://tpolecat.github.io/) on Scala.
starting a repl
---------------

I do it like this (the line is kind of long, sorry):

```
alias scalaz="pushd . && cd /tmp && sbt -sbt-create 'set scalaVersion := \"2.11.1\"' 'set libraryDependencies ++= Seq(\"org.scalaz\" %% \"scalaz-core\" % \"7.1.0\", \"org.scalaz\" %% \"scalaz-concurrent\" % \"7.1.0\", \"org.scalaz\" %% \"scalaz-effect\" % \"7.1.0\")' 'set initialCommands := \"import scalaz._; import Scalaz._\"' 'console' && popd"
```

**EDIT** paulp suggests doing something more sane:
Paul Phillips wrote this after becoming outraged by the awful unmaintainable shell alias I was using.

```bash
#!/usr/bin/env bash
Expand Down

0 comments on commit ab444af

Please sign in to comment.