mirror of
				https://github.com/tmux-plugins/tpm.git
				synced 2025-11-04 00:16:05 +00:00 
			
		
		
		
	Uups, fix last commit
This commit is contained in:
		@@ -17,7 +17,7 @@ shared_get_tpm_plugins_list() {
 | 
				
			|||||||
	if [ -z "${plugins_list}" ]; then
 | 
						if [ -z "${plugins_list}" ]; then
 | 
				
			||||||
		#read set -g @plugin "tmux-plugins/tmux-example-plugin" entries
 | 
							#read set -g @plugin "tmux-plugins/tmux-example-plugin" entries
 | 
				
			||||||
		cat /etc/tmux.conf ~/.tmux.conf 2>/dev/null |
 | 
							cat /etc/tmux.conf ~/.tmux.conf 2>/dev/null |
 | 
				
			||||||
			awk '/^ +set +-g +@plugin/ { gsub(/'\''/,""); gsub(/'\"'/,""); print $4 }'
 | 
								awk '/^ *set +-g +@plugin/ { gsub(/'\''/,""); gsub(/'\"'/,""); print $4 }'
 | 
				
			||||||
	else
 | 
						else
 | 
				
			||||||
		printf "%s\\n" "${plugins_list}"
 | 
							printf "%s\\n" "${plugins_list}"
 | 
				
			||||||
	fi
 | 
						fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user