Skip to content

Instantly share code, notes, and snippets.

@terretta
terretta / shlog.sh
Created March 14, 2012 03:51 — forked from bedhed/shlog.sh
shlog is a bash script that allow you to record a shell session by logging command history and giving diff of edited files
#!/bin/bash -e
####
# shlog is a bash script that allow you to record a shell session by logging
# command history and giving diff of edited files
####
# User notes:
# - Install:
# Load the script using 'source shlog.bash' (add it to your .bashrc
# to load it automatically)
@terretta
terretta / osx_lion_rail_setup.md
Created February 25, 2012 23:13 — forked from jpantuso/osx_lion_rail_setup.md
Setup OS X 10.7 w/ homebrew, oh-my-zsh, rvm, rails, and MySQL