From: Iain Patterson Date: Wed, 9 Dec 2009 16:12:43 +0000 (+0000) Subject: Ignore dups in history. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=5844a10481f6b9bfa97393014b53e573cfd992a9;hp=f1c41dc95f2d4fe411e00c35b0b7571178a149a1 Ignore dups in history. --- diff --git a/.profile.d/bash3.bashrc b/.profile.d/bash3.bashrc index 19d7f1c..15626d4 100644 --- a/.profile.d/bash3.bashrc +++ b/.profile.d/bash3.bashrc @@ -1,4 +1,4 @@ -#export HISTCONTROL=ignoredups +export HISTCONTROL=ignoredups export HISTTIMEFORMAT='[%Y-%m-%d %H:%M:%S] ' export HISTFILESIZE=3000 export HISTSIZE=1000