aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index c81d081e..42ddb5bc 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -9,7 +9,7 @@ HISTSIZE=1000000
HISTCONTROL=ignoreboth
# Keep the times of the commands in history.
-HISTTIMEFORMAT='%F %T '
+HISTTIMEFORMAT='%F %T '
# Ignore certain commands for the history.
HISTIGNORE='ls:ls -l:ls -la:fg:bg:jobs:history'