plugins/psgit/Load.ps1

$PreLoad = {
    Import-OMPModule 'PSGit'
}
$PostLoad = {}
$Shutdown = {
    Remove-Module 'PSGit' -force
}