Skip to content

Instantly share code, notes, and snippets.

@ewheeler
Created May 8, 2009 15:05
Show Gist options
  • Save ewheeler/108814 to your computer and use it in GitHub Desktop.
Save ewheeler/108814 to your computer and use it in GitHub Desktop.
export HISTCONTROL=erasedups
export HISTSIZE=10000
shopt -s histappend
export EDITOR=vim
stty -echoctl
PS1='\[\033[0;37m\][\w]\$ \[\033[0m\]'
export LSCOLORS=DxGxcxdxBxegedabagacad
alias ls='ls -G'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment