Skip to content

Instantly share code, notes, and snippets.

@nelsonpecora
Created January 5, 2012 19:41
Show Gist options
  • Select an option

  • Save nelsonpecora/1566839 to your computer and use it in GitHub Desktop.

Select an option

Save nelsonpecora/1566839 to your computer and use it in GitHub Desktop.
Work profile, with some fun stuff in it
alias devgrep="grep --exclude-dir='.svn' --exclude-dir='.git' -rin"
alias unixtime="date +%s"
export EDITOR=vim
export http_proxy="ema-proxy.am.hedani.net:8080"
export HTTP_PROXY="ema-proxy.am.hedani.net:8080"
export https_proxy="ema-proxy.am.hedani.net:8080"
export HTTPS_PROXY="ema-proxy.am.hedani.net:8080"
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # This loads RVM into a shell session.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment