Created
February 14, 2013 12:08
-
-
Save satococoa/4952377 to your computer and use it in GitHub Desktop.
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
| export EDITOR=/usr/bin/vim | |
| export CLICOLOR=1 | |
| export LSCOLORS=DxGxcxdxCxegedabagacad | |
| export HISTSIZE=5000 | |
| export HISTFILESIZE=5000 | |
| export HISTCONTROL=ignoreboth | |
| # alieases | |
| alias r='rails' | |
| alias g='git' | |
| alias be='bundle exec' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment