PSProfile/Profile/_Platform_NonWindows/UnixCompleters.IsHidden.ps1

try {
    Import-UnixCompleters
}
catch [System.Management.Automation.CommandNotFoundException]
{
    # nothing to do
}