all repos — dotfiles @ 5205f8f8a39e6131ecaffbaafb0d46e58bf6e4af

personal dotfiles

bash: set histtimeformat to record timestamps
la-ninpre leobrekalini@gmail.com
Sun, 19 Sep 2021 17:38:24 +0300
commit

5205f8f8a39e6131ecaffbaafb0d46e58bf6e4af

parent

2297f55520184676d4b62c88cddf255f5eb0a28e

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M bash/.bashrcbash/.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