PowerShell_Scripts/profile.d/UnixCompleters.ps1

5 rivejä
144 B
PowerShell

Get-Command Import-UnixCompleters -ErrorAction SilentlyContinue | ForEach-Object {
Import-UnixCompleters
Set-UnixCompleter -ShellType Zsh
}