Skip to content

Instantly share code, notes, and snippets.

@satococoa
Created February 14, 2013 12:08
Show Gist options
  • Select an option

  • Save satococoa/4952377 to your computer and use it in GitHub Desktop.

Select an option

Save satococoa/4952377 to your computer and use it in GitHub Desktop.
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