Functions/Open-JPSHistory.ps1

function Open-JPSHistory {
    
    # version 1

    notepad++.exe (Get-PSReadlineOption).HistorySavePath

}