From 4e4f05037442d676428d5417c933c16817d68eaf Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sat, 22 Dec 2018 15:40:09 -0500 Subject: [PATCH] fix sshagent call in user_profile.cmd.default --- vendor/user_profile.cmd.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/user_profile.cmd.default b/vendor/user_profile.cmd.default index aa5f4f8..e5966e0 100644 --- a/vendor/user_profile.cmd.default +++ b/vendor/user_profile.cmd.default @@ -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 \ No newline at end of file +@echo off