mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 17:32:27 +08:00 
			
		
		
		
	Merge pull request #1995 from daxgames/fix_ssh_agent_default
fix sshagent call in user_profile.cmd.default
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/user_profile.cmd.default
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/user_profile.cmd.default
									
									
									
									
										vendored
									
									
								
							| @@ -2,7 +2,7 @@ | |||||||
| :: use in front of the command to prevent printing the command | :: use in front of the command to prevent printing the command | ||||||
|  |  | ||||||
| :: uncomment this to have the ssh agent load when cmder starts | :: uncomment this to have the ssh agent load when cmder starts | ||||||
| :: call "%GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd" | :: call "%GIT_INSTALL_ROOT%/cmd/start-ssh-agent.cmd" /k exit | ||||||
|  |  | ||||||
| :: uncomment the next two lines to use pageant as the ssh authentication agent | :: uncomment the next two lines to use pageant as the ssh authentication agent | ||||||
| :: SET SSH_AUTH_SOCK=/tmp/.ssh-pageant-auth-sock | :: SET SSH_AUTH_SOCK=/tmp/.ssh-pageant-auth-sock | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user