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
 | 
			
		||||
		#read set -g @plugin "tmux-plugins/tmux-example-plugin" entries
 | 
			
		||||
		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
 | 
			
		||||
		printf "%s\\n" "${plugins_list}"
 | 
			
		||||
	fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user