mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	ssh-agent: check ssh-agent process w/ ps again
The alternative is using tools that aren't available everywhere. The latest report is that cygwin/msys2 doesn't have pgrep. Fixes #5418.
This commit is contained in:
		@@ -30,7 +30,7 @@ if [[ $_agent_forwarding == "yes" && -n "$SSH_AUTH_SOCK" ]]; then
 | 
			
		||||
elif [[ -f "$_ssh_env_cache" ]]; then
 | 
			
		||||
	# Source SSH settings, if applicable
 | 
			
		||||
	. $_ssh_env_cache > /dev/null
 | 
			
		||||
	pgrep ssh-agent | grep -q $SSH_AGENT_PID || {
 | 
			
		||||
	ps x | grep ssh-agent | grep -q $SSH_AGENT_PID || {
 | 
			
		||||
		_start_agent
 | 
			
		||||
	}
 | 
			
		||||
else
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user