Skip to content

Commit

Permalink
✨ Enabled npm and yarn components
Browse files Browse the repository at this point in the history
  • Loading branch information
patevs committed Aug 4, 2021
1 parent 84f129f commit ea27dbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pwsh/components.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# components.ps1
# --------------

# These components will be loaded for all PowerShell instances
# These components will be loaded for all PowerShell instances
# ============================================================

# TODO: Add rustup component
Expand All @@ -14,9 +14,9 @@ Push-Location (Join-Path (Split-Path -parent $profile) "components")
# . .\dotnet.ps1
. .\choco.ps1
. .\git.ps1
# . .\npm.ps1
. .\npm.ps1
. .\scoop.ps1
# . .\yarn.ps1
. .\yarn.ps1
Pop-Location

# EOF #

0 comments on commit ea27dbd

Please sign in to comment.