Skip to content

Commit a5d81b5

Browse files
committed
✨ Added ss alias to scoop search
1 parent 747c583 commit a5d81b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pwsh/aliases.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,6 @@ if ([String] $(which scoop-search).length -gt 0){
173173
Invoke-Expression (&scoop-search --hook)
174174
}
175175

176+
${function:ss} = { scoop search @args }
177+
176178
# EOF #

0 commit comments

Comments
 (0)