mcfly doesn't honor $HISTTIMEFORMAT when writing history to file #58
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
I've tweaked my bash history to have a timestamp in
.bash_history
, following this blog post https://sanctum.geek.nz/arabesque/better-bash-history/After installing mcfly, commands get appended in $HISTFILE file without timestamp.
I think
mcfly add --exit ${exit_code} --append-to-histfile
(inmcfly.bash
) should handle this variable and write history according to its value.The text was updated successfully, but these errors were encountered: