#!/bin/pwsh . "$PSScriptRoot/../powershell/profile.ps1"; Add-PowerShellProfileStatement ` -System ` -Category "zoxide" ` -Statement $( @( "# zoxide", $(Get-ScriptInitializer "zoxide init powershell | Out-String") ) -join [System.Environment]::NewLine )