PowerShell_Scripts/base.linux/profile.d/UnixCompleters.ps1

5 lines
145 B
PowerShell

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