You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love cmder but the first time I execute a git command (ie ls) it can take many seconds for the output to load. after the first time i execute it it pretty speedy but if i open another tab we're back to the slow execution. without understanding how the git functionality gets incorporated into ConEmu, it feels like some git functionality is getting loaded lazily, is there any way to force a "pre-load"?
The text was updated successfully, but these errors were encountered:
git has not ls command that must be an alias you've created, without knowing what that alias is doing I can't offer anymore advice then it must be some clever history formatting. try running each part that alias is made up off to find if there's a slow piece.
@Jackbennett I suspect he means the ls bundled with git-for-windows, not an alias. In any case, it sounds very similar to another issue that I ran into and had a workaround for here: #993 (comment)
However sometimes it feels as though all general execution is very slow compared to the native cmd.exe terminal. Frequently launching an ipython terminal session can take ~5-10 seconds to load on a fresh cmder instance and then only ~1 second afterwards.
I love cmder but the first time I execute a git command (ie ls) it can take many seconds for the output to load. after the first time i execute it it pretty speedy but if i open another tab we're back to the slow execution. without understanding how the git functionality gets incorporated into ConEmu, it feels like some git functionality is getting loaded lazily, is there any way to force a "pre-load"?
The text was updated successfully, but these errors were encountered: