aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-02-23 00:11:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-02-23 00:11:25 +1300
commitef9dbca094b104f402dbfdab497b25746de5372a (patch)
treea2a652214bda448ea1d7ec5890aab7a93952406a
parentWrote nicer install script. (diff)
downloaddotfiles-ef9dbca094b104f402dbfdab497b25746de5372a.tar.gz
dotfiles-ef9dbca094b104f402dbfdab497b25746de5372a.zip
Use two spaces for history after time.
Looks nicer when viewed with history call.
-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'