aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
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'