add pdm scoop package

This commit is contained in:
qwjyh 2024-01-22 15:58:24 +09:00
parent 80a37ea936
commit 59baa230d8
2 changed files with 5 additions and 0 deletions

View file

@ -231,3 +231,7 @@ Import-Module WSLTabCompletion
Get-ChildItem ~\.config\powershell\completions\ | % { . $_ }
# Automatically appended by pdm scoop package
Get-ChildItem "$PROFILE\..\Completions\" | ForEach-Object {
. $_.FullName
}