Skip to content

Commit

Permalink
Merge pull request #15 from jyggen/patch-1
Browse files Browse the repository at this point in the history
Fixed issue when rootDir contains spaces.
  • Loading branch information
samvasko committed Nov 22, 2013
2 parents 471e341 + 75cb463 commit 4d926e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
@set PATH=%PATH%;%rootDir%\bin;%git_install_root%\bin;%git_install_root%\mingw\bin;%git_install_root%\cmd;

:: Add aliases
@doskey /macrofile=%rootDir%\config\aliases
@doskey /macrofile="%rootDir%\config\aliases"


:: cd into users homedir
@cd /d %USERPROFILE%

:: Set home path
@set HOME=%USERPROFILE%
@echo Welcome to cmder!
@echo Welcome to cmder!

0 comments on commit 4d926e0

Please sign in to comment.