Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This keeps the PROMPT variable as is and changes the prompt to the cmder style in the clink code. This has two advantages: * opening a cmd in a cmder session will now show the old prompt code instead of a ugly raw prompt without the replacements. This led to ugly output when a batch file echoed their content (e.g `conda build recipe/`). * when a command rewrites the prompt (e.g. an activate in a virtualenv), these commands sometime simple overwrite the PROMPT so that the cmder enhancements were not anymore in place. Now we simply don't care and overwrite it with out stuff. This might mean that a user has to install a lua script so that e.g. conda environments are visible on the prompt.
- Loading branch information