up:: PowerShell_and_Command-Line
source:: PowerShellを指定したディレクトリで起動する方法 | miajimyu note
$profile
に起動オプションが設定できるので、cd $home
とでもしてやればいい。
存在しない場合はNew-Item
やni
で作成。
up:: PowerShell_and_Command-Line
source:: PowerShellを指定したディレクトリで起動する方法 | miajimyu note
$profile
に起動オプションが設定できるので、cd $home
とでもしてやればいい。
存在しない場合はNew-Item
やni
で作成。