mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-10 21:23:09 +00:00
Add bash history saving and restoring (first version).
This does not yet have flag to turn the feature off.
This commit is contained in:

committed by
Bruno Sutic

parent
a73c465e47
commit
81982b5114
@ -63,3 +63,8 @@ resurrect_file_path() {
|
||||
last_resurrect_file() {
|
||||
echo "$(resurrect_dir)/last"
|
||||
}
|
||||
|
||||
resurrect_history_file() {
|
||||
local pane_id="$1"
|
||||
echo "$(resurrect_dir)/bash_history-${pane_id}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user