Created
October 22, 2014 22:13
-
-
Save zmagg/2298aa5c25e301b566b1 to your computer and use it in GitHub Desktop.
bashrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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