I already use HOME=c:\home
as my home directory (for Cygwin).
How can I point WSL to that directory?
I edited /etc/passwd
file replacing home dir to /mnt/c/home
. With bash -i
~/.bashrc
settings are picked up.
Is it correct to move home directory outside of WSL world?
0 Answers