5 lines
144 B
PowerShell
5 lines
144 B
PowerShell
|
Get-Command Import-UnixCompleters -ErrorAction SilentlyContinue | ForEach-Object {
|
||
|
Import-UnixCompleters
|
||
|
Set-UnixCompleter -ShellType Zsh
|
||
|
}
|