diff options
Diffstat (limited to 'bashrc/common')
-rw-r--r-- | bashrc/common/shopt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc/common/shopt.sh b/bashrc/common/shopt.sh index 3552f4d..a1c8cfa 100644 --- a/bashrc/common/shopt.sh +++ b/bashrc/common/shopt.sh @@ -14,7 +14,7 @@ export HISTFILESIZE=5000 export HISTSIZE=5000 # save timestamp in history -export HISTTIMEFORMAT="%+ " +export HISTTIMEFORMAT="%F %T " # check window size after each command shopt -s checkwinsize |