bash: set histtimeformat to record timestamps
la-ninpre leobrekalini@gmail.com
Sun, 19 Sep 2021 17:38:24 +0300
1 files changed,
4 insertions(+),
0 deletions(-)
jump to
M
bash/.bashrc
→
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