From 46bde1af8b6206e61b0b3f828d8742a75ec842fb Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sat, 22 Dec 2018 17:07:31 -0500 Subject: [PATCH] fix ssh-agent in user_profile.cmd.default --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d6bbb..a66ff3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Fixes * Fix uncommenting `call ssh-agent` in `user_profile.cmd` breaks Cmder prompt. [#1990](https://github.com/cmderdev/cmder/issues/1990), [#1807](https://github.com/cmderdev/cmder/issues/1807), [#1785](https://github.com/cmderdev/cmder/issues/1785), [#1885](https://github.com/cmderdev/cmder/issues/1885) - * Pull Request: [#1995](https://github.com/cmderdev/cmder/issues/1995) fix sshagent call in user_profile.cmd.default + * Pull Request: [#1999](https://github.com/cmderdev/cmder/issues/1999) fix ssh-agent call in user_profile.cmd.default * Unable to use '%' character in git branch names [#1779](https://github.com/cmderdev/cmder/issues/1779) * Pull Request: [#1991](https://github.com/cmderdev/cmder/issues/1991) add percent escaping for string.gsub * sort command, unix vs windows (/usr/bin/sort vs sort.exe) [#1931](https://github.com/cmderdev/cmder/issues/1931)