mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 00:46:04 +00:00 
			
		
		
		
	Remove lingering code from base64-dependent cmdline solution
This commit is contained in:
		@@ -293,7 +293,6 @@ restore_shell_history() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
restore_all_pane_processes() {
 | 
					restore_all_pane_processes() {
 | 
				
			||||||
	if restore_pane_processes_enabled; then
 | 
						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
 | 
							local pane_full_command
 | 
				
			||||||
		awk 'BEGIN { FS="\t"; OFS="\t" } /^pane/ && $11 !~ "^:$" { print $2, $3, $7, $8, $11; }' $(last_resurrect_file) |
 | 
							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
 | 
								while IFS=$d read -r session_name window_number pane_index dir pane_full_command; do
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user