Zainstalowałem cygwin i mój zsh na Windows 10. Kiedy otwieram terminal, początkowym katalogiem jest c: / cygwin64 /. Jak mogę zmienić to na c: / users / username /? Który jest używany przez Windows PowerShell
windows-10
cygwin
oh-my-zsh
avpaul
źródło
źródło
cd $USERPROFILE
?