Mercurial > ec-dotfiles
comparison rc/bashrc @ 462:a7e5a165e981
Hopefully better history stuff.
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Fri, 08 Mar 2013 15:58:25 +0900 |
| parents | 012baf74024c |
| children | 9c9aeccbdadf |
comparison
equal
deleted
inserted
replaced
| 461:012baf74024c | 462:a7e5a165e981 |
|---|---|
| 57 # Nuke aliases | 57 # Nuke aliases |
| 58 unalias -a | 58 unalias -a |
| 59 | 59 |
| 60 shopt -s histappend | 60 shopt -s histappend |
| 61 PROMPT_COMMAND="history -a; history -n" | 61 PROMPT_COMMAND="history -a; history -n" |
| 62 export HISTFILESIZE=10000 | 62 export HISTFILESIZE=100000 |
| 63 export HISTCONTROL=ignoredups | 63 export HISTCONTROL=ignoreboth:erasedups |
| 64 export HISTSIZE=10000 | |
| 64 | 65 |
| 65 export PAGER=more | 66 export PAGER=more |
| 66 export EDITOR=vi | 67 export EDITOR=vi |
| 67 export LANG="en_US.UTF-8" | 68 export LANG="en_US.UTF-8" |
| 68 export LC_CTYPE="en_US.UTF-8" | 69 export LC_CTYPE="en_US.UTF-8" |
