Skip to content

Instantly share code, notes, and snippets.

@anolson
Last active December 21, 2015 02:49
Show Gist options
  • Save anolson/6237537 to your computer and use it in GitHub Desktop.
Save anolson/6237537 to your computer and use it in GitHub Desktop.
Recent things that make me happy.

zeus

run rspec (without type zeus rspec) (https://github.com/thoughtbot/dotfiles)

rspec() {
  if [ -S .zeus.sock ]; then
    zeus rspec "$@"
  else
    command rspec "$@"
  fi
}

better_errors

dotfiles

semaphore

exercism.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment