lib/history: new functions _bash-it-history-auto-*()

Two new functions `_bash-it-history-auto-save()` and `_bash-it-history-auto-load()`, which append new history to disk and load new history from disk, respectively.

See bash-it/bash-it#1595 for discussion.
This commit is contained in:
John D Pell
2022-01-24 21:37:04 -08:00
parent f6119567e8
commit 5d5858058e
4 changed files with 57 additions and 7 deletions

View File

@@ -83,6 +83,7 @@ completion/available/wpscan.completion.bash
# libraries
lib/colors.bash
lib/helpers.bash
lib/history.bash
lib/log.bash
lib/preexec.bash
lib/search.bash