fix ssh-agent in user_profile.cmd.default

This commit is contained in:
Dax T. Games
2018-12-22 17:05:08 -05:00
parent 0a3be464be
commit 9a47bce6ac
2 changed files with 170 additions and 2 deletions

View File

@ -2,7 +2,7 @@
:: use in front of the command to prevent printing the command
:: 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
:: SET SSH_AUTH_SOCK=/tmp/.ssh-pageant-auth-sock
@ -16,4 +16,4 @@
:: %ccall% "/customOption" "command/program"
@echo off
@echo off