Set-PSReadLineKeyHandler -Key Tab -Function Complete
Set-PSReadLineOption -BellStyle Visual
しておくのがよさそう
- PowerShellのTab補完をbashのようにする - minus9d's diary
- PSReadLine Module - PowerShell | Microsoft Learn
- Functionについては「詳細 - about_PSReadLine_Functions」を参照
- 設定は
$PROFILE
に書いておけば新しいシェルでも実行される