Skip to content

Commit ea27dbd

Browse files
committed
✨ Enabled npm and yarn components
1 parent 84f129f commit ea27dbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pwsh/components.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# components.ps1
22
# --------------
33

4-
# These components will be loaded for all PowerShell instances
4+
# These components will be loaded for all PowerShell instances
55
# ============================================================
66

77
# TODO: Add rustup component
@@ -14,9 +14,9 @@ Push-Location (Join-Path (Split-Path -parent $profile) "components")
1414
# . .\dotnet.ps1
1515
. .\choco.ps1
1616
. .\git.ps1
17-
# . .\npm.ps1
17+
. .\npm.ps1
1818
. .\scoop.ps1
19-
# . .\yarn.ps1
19+
. .\yarn.ps1
2020
Pop-Location
2121

2222
# EOF #

0 commit comments

Comments
 (0)