From 2e4c9bbc4fcfeaeca77bd694abf062c7bec1c925 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 15 Jun 2015 15:02:48 -0700 Subject: [PATCH] histtime format. --- dotfiles/lib/shellenv/exports.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/lib/shellenv/exports.sh b/dotfiles/lib/shellenv/exports.sh index 5d29096a..8e7503b5 100644 --- a/dotfiles/lib/shellenv/exports.sh +++ b/dotfiles/lib/shellenv/exports.sh @@ -4,6 +4,8 @@ elif infocmp xterm-256color >/dev/null 2>&1; then export TERM=xterm-256color fi +export HISTTIMEFORMAT='%F %T ' + export PAGER='less -XFr' export GITPAGER='less -XFr'