cmder/vendor
Hugo-KTM 22d27afed5 Fix Cmder not changing to CMDER_START (#1399)
* Fix Cmder not changing to CMDER_START

Fix to allow Cmder to change to different startup directory if already on the same drive as CMDER_START
possibly relevant: HOME != USERPROFILE

* make "Cmder Here" work in more cases

integrated suggestion from comments (test for trailing backslash to prevent doubling of trailing backslash)
integrated suggestions from #1456: switching ```cd /d``` over to ```pushd``` to get support for UNC-paths

* replaced 'cd /d' with 'pushd'

replaced two more instances of 'cd /d' with 'pushd' to support network paths.
Also added double quotes to the use of '%USERPROFILE%' to prevent issues with spaces.
I also noticed that 'pushd', in contrast to 'cd /d' does not require the trailing backslash for drive roots (on Win7). Therefore I removed the trailing backslash check.

* Don't assume / is needed at end

* Update init.bat
2017-08-27 19:46:47 +02:00
..
psmodules/PsGet Delete PsGet.psd1 2014-09-17 15:02:31 +02:00
clink.lua Merge pull request #1299 from alexandr-san4ez/master 2017-04-07 02:42:18 +02:00
cmder_exinit Further fix bash login when ${CMDER_ROOT} has spaces. 2016-08-20 16:01:46 -07:00
cmder.sh Further fix bash login when ${CMDER_ROOT} has spaces. 2016-08-20 16:01:46 -07:00
git-prompt.sh cmder git prompt spacing 2017-07-10 22:23:51 -05:00
init.bat Fix Cmder not changing to CMDER_START (#1399) 2017-08-27 19:46:47 +02:00
profile.ps1 Merge pull request #1441 from pyranja/fix-psget-clobbering 2017-07-15 02:08:09 +02:00
Readme.md fixed little mistake in vendor/readme 2013-12-13 00:32:22 +01:00
sources.json ⬆️ Update Git to v2.14.1 2017-08-10 22:34:46 +02:00
user-aliases.cmd.example fix error when path has a space 2016-10-11 14:41:47 +08:00

Vendor

Third parties software & init script.