From 5844a10481f6b9bfa97393014b53e573cfd992a9 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Wed, 9 Dec 2009 16:12:43 +0000 Subject: [PATCH 1/1] Ignore dups in history. --- .profile.d/bash3.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4