Remove lingering code from base64-dependent cmdline solution

This commit is contained in:
*Kim Zick (rummik) 2019-01-07 11:34:59 -05:00
parent 913f693f80
commit ac8a446667

View File

@ -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