From ac8a4466678070f815fb9fcfbc91e6753ab14ace Mon Sep 17 00:00:00 2001 From: "*Kim Zick (rummik)" Date: Mon, 7 Jan 2019 11:34:59 -0500 Subject: [PATCH] Remove lingering code from base64-dependent cmdline solution --- scripts/restore.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/restore.sh b/scripts/restore.sh index 27bdcc0..62ce26f 100755 --- a/scripts/restore.sh +++ b/scripts/restore.sh @@ -293,7 +293,6 @@ restore_shell_history() { restore_all_pane_processes() { if restore_pane_processes_enabled; then - local save_command_strategy="$(get_tmux_option "$save_command_strategy_option" "$default_save_command_strategy")" local pane_full_command awk 'BEGIN { FS="\t"; OFS="\t" } /^pane/ && $11 !~ "^:$" { print $2, $3, $7, $8, $11; }' $(last_resurrect_file) | while IFS=$d read -r session_name window_number pane_index dir pane_full_command; do