# HG changeset patch # User Edho Arief # Date 1362725905 -32400 # Node ID a7e5a165e98177947c64a80573ac0308bf94c06f # Parent 012baf74024c2b6ba14daf1a3ff45d95271cf792 Hopefully better history stuff. diff -r 012baf74024c -r a7e5a165e981 rc/bashrc --- a/rc/bashrc Tue Mar 05 11:28:14 2013 +0900 +++ b/rc/bashrc Fri Mar 08 15:58:25 2013 +0900 @@ -59,8 +59,9 @@ shopt -s histappend PROMPT_COMMAND="history -a; history -n" -export HISTFILESIZE=10000 -export HISTCONTROL=ignoredups +export HISTFILESIZE=100000 +export HISTCONTROL=ignoreboth:erasedups +export HISTSIZE=10000 export PAGER=more export EDITOR=vi