fish: functions: Add an alias for global pnpm update

This commit is contained in:
Sanchayan Maity 2023-04-27 17:39:59 +05:30
parent 1369f826cb
commit dffb4856d1
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
function npu --description 'Update global Nodejs packages managed by pnpm'
pnpm ls -g
pnpm up -g
pnpm ls -g
end