We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bb0bd commit 95e98baCopy full SHA for 95e98ba
Profile.ps1
@@ -53,10 +53,10 @@ foreach ($function in $(Get-ChildItem -Path "$env:DOTPOSH\Modules\*.ps1" -File).
53
}
54
Remove-Variable function
55
56
-# PSProjectManager
57
-# This module allows you to manage and create projects from the command line.
58
-# For more information, see: https://github.com/jacquindev/PSProjectManager
59
-Import-Module "$env:DOTPOSH\Modules\PSProjectManager\PSProjectManager.ps1"
+# chocolatey
+if (Get-Command choco -ErrorAction SilentlyContinue) {
+ Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
+}
60
61
# Source config files
62
foreach ($file in $(Get-ChildItem -Path "$env:DOTPOSH\Config\*" -Include *.ps1 -Recurse)) {
0 commit comments