diff --git a/Aliases/nvim b/Aliases/nvim deleted file mode 100644 index e099b51..0000000 --- a/Aliases/nvim +++ /dev/null @@ -1 +0,0 @@ -Edit-TextFile diff --git a/profile.d/FromPowerShellCookbook.ps1 b/profile.d/FromPowerShellCookbook.ps1 index a9e7f42..75018ca 100644 --- a/profile.d/FromPowerShellCookbook.ps1 +++ b/profile.d/FromPowerShellCookbook.ps1 @@ -15,7 +15,7 @@ if( Get-Module PowerShellCookbook ) { Import-Module PowerShellCookbook -Cmdlet Add-ObjectCollector } # -. Get-Command Add-ObjectCollector SilentlyContinue | ForEach-Object { +. Get-Command Add-ObjectCollector -ErrorAction SilentlyContinue | ForEach-Object { Add-ObjectCollector Get-Item function:/Add-ObjectCollector | Remove-Item }