mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2025-09-02 21:06:58 +00:00
Revert "Remove pane_content_files_cleanup function"
This reverts commit 7a8d90a27d
.
This commit is contained in:
@ -90,6 +90,10 @@ pane_content_files_restore_from_archive() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pane_content_files_cleanup() {
|
||||||
|
rm "$(pane_contents_dir)"/*
|
||||||
|
}
|
||||||
|
|
||||||
# path helpers
|
# path helpers
|
||||||
|
|
||||||
resurrect_dir() {
|
resurrect_dir() {
|
||||||
|
Reference in New Issue
Block a user