diff --git a/config/ConEmu.xml b/config/ConEmu.xml index 2eab43a..a48eef4 100644 --- a/config/ConEmu.xml +++ b/config/ConEmu.xml @@ -488,7 +488,7 @@ - + diff --git a/vendor/init.bat b/vendor/init.bat index 1ca68e4..d799b99 100644 --- a/vendor/init.bat +++ b/vendor/init.bat @@ -2,6 +2,11 @@ :: Sets some nice defaults :: Created as part of cmder project +:: Find root dir +@if not defined CMDER_ROOT ( + for /f %%i in ("%ConEmuDir%\..\..") do @set CMDER_ROOT="%%~fi" +) + :: Change the prompt style :: Mmm tasty lamb @prompt $E[1;32;40m$P$S{git}$S$_$E[1;30;40m{lamb}$S$E[0m