Change cygwin Home location

 Directly edited the Cygwin.bat file like below:

@echo off
SETLOCAL
set HOME=C:\path\to\home
C:
chdir C:\apps\cygwin\bin
bash --login -i
ENDLOCAL

猜你喜欢

转载自sunxboy.iteye.com/blog/1873226