start new:
tmux
start new with session name:
tmux new -s myname
| import sbt._ | |
| import sbt.Keys._ | |
| import com.typesafe.sbt.SbtStartScript.{startScriptForClassesSettings => startScript} | |
| import com.typesafe.sbt.SbtStartScript.StartScriptKeys._ | |
| object AkkaProjectInScalaBuild extends Build { | |
| lazy val akkaProjectInScala = Project( | |
| id = "akka-project-in-scala", | |
| base = file("."), |
| eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96, | |
| # | |
| # The code here is forced by the interface, and is not subject to | |
| # copyright, constituting the only possible expression of the algorithm | |
| # in this format. | |
| # | |
| # When updating this file, etc/e/eterm-color should be regenerated by | |
| # running "make e/eterm-color" in the etc directory. | |
| # Any change to this file should be done at the same time with a | |
| # corresponding change to the TERMCAP environment variable in term.el. |
| # npm using https for git | |
| git config --global url."https://github.com/".insteadOf git@github.com: | |
| git config --global url."https://".insteadOf git:// | |
| # npm using git for https | |
| git config --global url."git@github.com:".insteadOf https://github.com/ | |
| git config --global url."git://".insteadOf https:// |