mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
add pdm scoop package
This commit is contained in:
parent
80a37ea936
commit
59baa230d8
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue