-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profile.ps1 doesn't have CMDER_START when duplicating tab in windows 10 #577
Comments
Try this. Goto (
|
This has one change that I can see, when executing command Thanks for trying to help. |
I found this is not getting through... |
but CMDER_START is not set... why? |
… the current location ('CMDER_START') Fixed issue cmderdev#577
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contribution. |
This issue has been automatically closed due to it not having any activity since it was marked as stale. Thank you for your contribution. |
I have installed windows and cmder, I haven't used this version on a previous windows setup, so cannot say if this is purely windows 10 problem.
Edit: previously I have only used cmd, as powershell wasn't supported the way it is now.
To the problem, when I duplicate current powershell tab, it opens in the default user location. Same happens if I execute
cmder /single /
. It does however work when I executecmder /start /
, then it open in the location I've passed.I've added the line
Write-Host $Env:CMDER_START
in profile.ps1 file just before it checks it and I see that when duplicating tab or creating in the same window a new tab, it doesn't have aCMDER_START
and defaults to user profile location.The text was updated successfully, but these errors were encountered: