mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
If you start doing remote work you can fire off your own start-sshAgent command.
This commit is contained in:
parent
31c8c620c7
commit
76b2ed510d
5
vendor/profile.ps1
vendored
5
vendor/profile.ps1
vendored
@ -65,11 +65,6 @@ function checkGit($Path) {
|
||||
}
|
||||
}
|
||||
|
||||
# Load special features come from posh-git
|
||||
if ($gitStatus) {
|
||||
Start-SshAgent -Quiet
|
||||
}
|
||||
|
||||
# Move to the wanted location
|
||||
# This is either a env variable set by the user or the result of
|
||||
# cmder.exe setting this variable due to a commandline argument or a "cmder here"
|
||||
|
Loading…
Reference in New Issue
Block a user