I'm trying to change my Cygwin home folder. To do this I followed Christopher's answer here, but I'm having some trouble with the instructions given there.
After doing all of this my home directory was changed to /cygdrive/c/Windows/system32/%USERPROFILE%
There are several things I don't seem to understand:
- I expected the home directory to be changed to
C:\Users\Myname
. %USERPROFILE
is not a directory that I can see anywhere, so I have no idea what it is.- Having changed the home directory, Cygwin doesn't read the .bashrc file automatically anymore since it's in
/home/myname
or whatever and I don't see where I should add the .bashrc file for it to be seen.
Could someone explain this?