plugins/powerline/Load.ps1

$PreLoad = {
    Import-OMPModule 'Powerline'
}
$PostLoad = {}
$Config = {}
$Shutdown = {}
$Unload = {
    Remove-OMPModule -Name 'powerline' -PluginSafe
}