Skip to content

Commit 633c609

Browse files
committed
✨ Add yyo alias
1 parent de82bd1 commit 633c609

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pwsh/aliases.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,11 @@ if ([String] $(which scoop-search).length -gt 0) {
179179

180180
${function:ss} = { scoop search @args }
181181

182+
# --------------------------------------------------------------------------------------------- #
183+
184+
# Yarn Aliases
185+
# ============
186+
187+
${function:yyo} = { yarn && yarn outdated }
188+
182189
# EOF #

0 commit comments

Comments
 (0)