Skip to content

Instantly share code, notes, and snippets.

@ryan-allen
Created April 23, 2009 09:07
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 ryan-allen/100415 to your computer and use it in GitHub Desktop.
Save ryan-allen/100415 to your computer and use it in GitHub Desktop.
.vimrc, .gvimrc, .bash_profile
export EDITOR=vi
export HISTFILESIZE=1000000
alias ls="ls -laGh"
alias mysql="mysql5 -u root $1"
PS1="\w $ "
set -o vi
alias vim=vi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment