Skip to content

Commit ac8a446

Browse files
committed
Remove lingering code from base64-dependent cmdline solution
1 parent 913f693 commit ac8a446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/restore.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ restore_shell_history() {
293293

294294
restore_all_pane_processes() {
295295
if restore_pane_processes_enabled; then
296-
local save_command_strategy="$(get_tmux_option "$save_command_strategy_option" "$default_save_command_strategy")"
297296
local pane_full_command
298297
awk 'BEGIN { FS="\t"; OFS="\t" } /^pane/ && $11 !~ "^:$" { print $2, $3, $7, $8, $11; }' $(last_resurrect_file) |
299298
while IFS=$d read -r session_name window_number pane_index dir pane_full_command; do

0 commit comments

Comments
 (0)