Skip to content

Instantly share code, notes, and snippets.

@zmagg
Created October 22, 2014 22:13
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 zmagg/2298aa5c25e301b566b1 to your computer and use it in GitHub Desktop.
Save zmagg/2298aa5c25e301b566b1 to your computer and use it in GitHub Desktop.
bashrc
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
# bash history
export HISTSIZE=20000
shopt -s histappend
export PROMPT_COMMAND="history -a; history -c; history -r; $PROMPT_COMMAND"
alias gdiff='gist -t diff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment