cmder/vendor
Jan Schulz a542f4e20c cmd: change the prompt in lua
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
  command sometimes simply overwrites the PROMPT so that the cmder enhancements
  were not anymore in place. Now we simply don't care and overwrite it with our
  stuff in the clink part. This might mean that a user has to install a lua
  script so that e.g. conda environments are visible on the prompt.
2016-06-21 13:33:49 +02:00
..
psmodules/PsGet Delete PsGet.psd1 2014-09-17 15:02:31 +02:00
clink.lua cmd: change the prompt in lua 2016-06-21 13:33:49 +02:00
cmder_exinit silenced bash profile.d when profile.d is empty 2016-03-06 15:05:40 -06:00
cmder.sh silenced bash profile.d when profile.d is empty 2016-03-06 15:05:40 -06:00
git-prompt.sh Added lambda prompt for bash/mintty, matches cmder and powershell prompts 2015-11-23 22:13:33 -06:00
init.bat cmd: change the prompt in lua 2016-06-21 13:33:49 +02:00
profile.ps1 PS: also add cmd and bin version of git to the path 2016-04-08 16:53:38 +02:00
Readme.md fixed little mistake in vendor/readme 2013-12-13 00:32:22 +01:00
sources.json ⬆️ Update ConEmu to 160612 (stable) 2016-06-14 18:21:40 +02:00
user-aliases.cmd.example Enhanced alias.bat to allow file storage path 2016-03-01 21:08:08 -06:00

Vendor

Third parties software & init script.