Skip to content

Instantly share code, notes, and snippets.

@ewheeler
Created December 15, 2009 11:39
Show Gist options
  • Save ewheeler/256873 to your computer and use it in GitHub Desktop.
Save ewheeler/256873 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[31;33m\][\w]\$ \[\033[0m\]'
export LSCOLORS=DxGxcxdxBxegedabagacad
alias ls='ls -G'
alias rmpyc='find . -name "*.pyc" -exec rm {} \;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment