-
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
powershell read user profile #505
Comments
Go to |
Perfect! Thanks! |
@strig why is this not default? |
I guess one could argue that to keep cmder properly portable it should ignore the local PS profile, not sure though |
Would it be a nice compromise to add someting like this into
|
What about a separate pre-configured task that doesn't have |
I was very puzzled why running PowerShell from the Start menu behaved differently from running it in Cmder. This cost me some time and effort to research the issue. Please fix. Thank you. |
@alexhankins Add to the
|
-NoProfile をつけているとユーザのプロファイルを読み込まなくなる。 しかし読み込んでほしかったのではずした。 ref. cmderdev/cmder#505
-NoProfile をつけているとユーザのプロファイルを読み込まなくなる。 しかし読み込んでほしかったのではずした。 ref. cmderdev/cmder#505
-NoProfile をつけているとユーザのプロファイルを読み込まなくなる。 しかし読み込んでほしかったのではずした。 ref. cmderdev/cmder#505
Using 150513 it seems cmder does not use the Powershell profile.
I have a function in that profile to connect to Ofice365, it would be great if launching cmder reads the powershell proflile.
In my case it's located in:
You can query this location in Powershell with this command:
The text was updated successfully, but these errors were encountered: