diff --git a/scripts/restore.sh b/scripts/restore.sh index 6fdfc2f..7f38c07 100755 --- a/scripts/restore.sh +++ b/scripts/restore.sh @@ -258,9 +258,6 @@ restore_all_panes() { restore_pane "$line" fi done < $(last_resurrect_file) - if is_restoring_pane_contents; then - rm "$(pane_contents_dir "restore")"/* - fi } restore_pane_layout_for_each_window() {