Skip to content

Commit

Permalink
sort bookmarks alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
rick3rt committed Jan 6, 2025
1 parent 2d1337d commit 23c113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psmarks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function Remove-PSMark () {
# List all available psmarks
function List-PSMarks {
$_marks = Import-PSMarks
$_marks | Format-Table -AutoSize
$_marks.GetEnumerator() | Sort-Object Name | Format-Table Name, Value -AutoSize
}

function Get-PSMark {
Expand Down

0 comments on commit 23c113b

Please sign in to comment.