mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	keychain: define SHORT_HOST if not defined
Fixes problems when using the plugin via antibody or antigen.
This commit is contained in:
		
							parent
							
								
									bcc3ee8ce8
								
							
						
					
					
						commit
						00f3fa2c40
					
				@ -1,3 +1,6 @@
 | 
			
		||||
# Define SHORT_HOST if not defined (%m = host name up to first .)
 | 
			
		||||
SHORT_HOST=${SHORT_HOST:-${(%):-%m}}
 | 
			
		||||
 | 
			
		||||
function _start_agent() {
 | 
			
		||||
	local agents
 | 
			
		||||
	local -a identities
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user