Types/Posh.Profiles/get_Current.ps1

<#
.SYNOPSIS
    Gets the current Profile
.DESCRIPTION
    Gets the current PowerShell Profile
.EXAMPLE
    $posh.Profile.Current
#>

"$profile"