Windows の PowerShell で「zoxide」「fzf」を使う

インストール

winget install ajeetdsouza.zoxide
winget install fzf

$profileの編集

以下を書き込みます。

Invoke-Expression (& { (zoxide init powershell | Out-String) })



書き込み方はVS codeがすでにインストールされていれば以下の1行です。

code $profile



再読込は以下の1行です。

. $profile



これだけでした。