Skip to content

Commit

Permalink
⏪ revert: add PSProjectManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Dec 28, 2024
1 parent 36a2469 commit 5d4dd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Profile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Remove-Variable function
# PSProjectManager
# This module allows you to manage and create projects from the command line.
# For more information, see: https://github.com/jacquindev/PSProjectManager
#Import-Module "$env:DOTPOSH\Modules\PSProjectManager\PSProjectManager.ps1"
Import-Module "$env:DOTPOSH\Modules\PSProjectManager\PSProjectManager.ps1"

# Source config files
foreach ($file in $(Get-ChildItem -Path "$env:DOTPOSH\Config\*" -Include *.ps1 -Recurse)) {
Expand Down

0 comments on commit 5d4dd5c

Please sign in to comment.