cmder/vendor
Jan Schulz 6b10771312 Parse the original prompt for cwd and env names
clink.get_cwd() is returning a string which is differently encoded than what
clink.prompt.value expects. This results in garbled path names if the path
condains non-ASCII chars. The (arguable hacky) solution is to parse the old
prompt for the current directory (which breaks if the user sets a PROMPT env var
which is incompatible to the regex used here...).

Also parse out a environment name set by systems like virtualenv or conda: this
could be done more specifically by targeting each such system and using the
usually set environment variable but this would mean that we would have to do
that for each and every such system out there and that is probably not a sane
idea...
2016-08-09 13:45:36 +02:00
..
psmodules/PsGet Delete PsGet.psd1 2014-09-17 15:02:31 +02:00
clink.lua Parse the original prompt for cwd and env names 2016-08-09 13:45:36 +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 Git to v2.9.2 2016-07-17 01:09:06 +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.