PowerShell と Cygwin を行き来する
776 ワード
PowerShell から Cygwin へ
Microsoft.PowerShell_profile.ps1 に以下を追記。
function cygwin{
$currentDirectory=C:\cygwin64\bin\cygpath.exe -u $pwd
$cygCmd="cd "+$currentDirectory+" ; exec bash"
C:\cygwin64\bin\mintty.exe /bin/bash -l -c $cygCmd
}
Cygwin から PowerShell へ
.bashrc に以下を追記。
alias powershell='cygstart powershell'
Author And Source
この問題について(PowerShell と Cygwin を行き来する), 我々は、より多くの情報をここで見つけました https://qiita.com/Tatejimaru137/items/4d059f529bf3c2a9253e著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .