Skip to content
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

Add a user startup file which can be modified #611

Closed
wants to merge 10 commits into from

Conversation

jankatins
Copy link
Contributor

Up to now, init.bat would be overwritten when a user updated
Cmder. The new mechanism will create a new (mostly empty) file
for the user to enter commands which will then be executed on
each following startup.

Closes: #608

MartiUK and others added 9 commits May 19, 2015 15:44
$PSScriptRoot is not available on PS version 2 or below.

So we'll set it ourselves.
Add bundled git to PATH if we can't find git on PATH.
This reverts commit 53efab1.
This is not needed and confuses users.
The function Enable-GitColors is depreciated in dahlbyk/posh-git@4e778e2 and should be removed here as well.
Remove depreciated Enable-GitColors in posh-git
update VS to 2015 release version and switch to /MT for static linking
Up to now, init.bat would be overwritten when a user updated
Cmder. The new mechanism will create a new (mostly empty) file
for the user to enter commands which will then be executed on
each following startup.
@jankatins
Copy link
Contributor Author

Did the PR against the wrong branch :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.