From bb7d1b917f1beec0a5fda4c21b99a39dfa695ee2 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 15 Apr 2024 18:00:06 +0900 Subject: [PATCH] update: nvim: remove auto appended setup script by PDM --- dotfiles/pwsh/powershell_profile.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dotfiles/pwsh/powershell_profile.ps1 b/dotfiles/pwsh/powershell_profile.ps1 index d7e9a0f..b9e0ae5 100644 --- a/dotfiles/pwsh/powershell_profile.ps1 +++ b/dotfiles/pwsh/powershell_profile.ps1 @@ -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 -}