Merge branch 'main' of github.com:qwjyh/dotfiles

This commit is contained in:
qwjyh 2024-04-17 11:49:06 +09:00
commit aeae66bbf4

View file

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