Created
January 5, 2012 19:41
-
-
Save nelsonpecora/1566839 to your computer and use it in GitHub Desktop.
Work profile, with some fun stuff in it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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