From e4181d3db88d3d3f865d9357abc8a93f35c2e7e5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 3 Mar 2012 14:46:27 +1300 Subject: Removed HISTIGNORE definition. --- bash/bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/bash/bashrc b/bash/bashrc index 1b8cf373..63eb3106 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -11,9 +11,6 @@ HISTCONTROL=ignoreboth # Keep the times of the commands in history. HISTTIMEFORMAT='%F %T ' -# Ignore certain commands for the history. -HISTIGNORE='ls:ls -l:ls -la:fg:bg:jobs:history' - # Add all commands to the history immediately. PROMPT_COMMAND='history -a;history -n' -- cgit v1.2.3