aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash/.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 08d2dfc..efc5c3b 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -31,6 +31,10 @@ SSH_AUTH_SOCK=$( gpgconf --list-dirs agent-ssh-socket )
export SSH_AUTH_SOCK
gpgconf --launch gpg-agent
+# record timestamps in history
+HISTTIMEFORMAT="%F %T "
+export HISTTIMEFORMAT
+
# fzf bindings and tweaks
source /usr/share/fzf/key-bindings.bash
source /usr/share/fzf/completion.bash