mirror of
https://github.com/tmux-plugins/tmux-resurrect.git
synced 2024-11-24 13:58:48 +00:00
Revert "Remove pane_content_files_cleanup function"
This reverts commit 7a8d90a27d
.
This commit is contained in:
parent
7a8d90a27d
commit
573897cd71
@ -90,6 +90,10 @@ pane_content_files_restore_from_archive() {
|
||||
fi
|
||||
}
|
||||
|
||||
pane_content_files_cleanup() {
|
||||
rm "$(pane_contents_dir)"/*
|
||||
}
|
||||
|
||||
# path helpers
|
||||
|
||||
resurrect_dir() {
|
||||
|
Loading…
Reference in New Issue
Block a user