Skip to content

Commit

Permalink
Fix for #1 #11 handling of C:\Users\Samuel directory
Browse files Browse the repository at this point in the history
  • Loading branch information
samvasko committed Nov 13, 2013
1 parent 42d22f1 commit 4c49307
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
:: Add aliases
@doskey /macrofile=%rootDir%\config\aliases

:: cd into users homedir
@cd /d "%userprofile%"
:: Set home path

:: cd into users homedir
@cd /d %USERPROFILE%
@set HOME=%USERPROFILE%
@echo Welcome to cmder!

0 comments on commit 4c49307

Please sign in to comment.