Make cygwin home directory to Windows' User Profile

前端 未结 3 974
忘掉有多难
忘掉有多难 2021-02-02 11:43

As I am developing Ruby on Rails on a Windows machine, I need to use cygwin to emulate the Unix command prompt. The problem now is that every time when I open the cygwin termina

3条回答
  •  深忆病人
    2021-02-02 12:07

    mount -f "$USERPROFILE" ~
    mount -m > /etc/fstab
    

    Related

    Safely change home directory

提交回复
热议问题