aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-03-03 14:46:27 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-03-03 14:46:27 +1300
commite4181d3db88d3d3f865d9357abc8a93f35c2e7e5 (patch)
tree387421720ae968d28db6dec7b2b11f1eb23e1c31 /bash
parentWhere did that come from? (diff)
downloaddotfiles-e4181d3db88d3d3f865d9357abc8a93f35c2e7e5.tar.gz
dotfiles-e4181d3db88d3d3f865d9357abc8a93f35c2e7e5.zip
Removed HISTIGNORE definition.
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 0 insertions, 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'