Skip to content

Instantly share code, notes, and snippets.

@l1x
Created February 5, 2012 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l1x/1741995 to your computer and use it in GitHub Desktop.
Save l1x/1741995 to your computer and use it in GitHub Desktop.
.bashrc
# .bashrc
# User specific aliases and functions
export PS1="\u@\h:"
export EDITOR=vim
export HISTFILESIZE=100000000000000000
export HISTCONTROL=ignoredups
# shopt set
shopt -s cdspell
# alias
alias ls='ls -alrth --color'
rvm use 1.9.2 --default
ruby -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment