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 84f129f commit ea27dbdCopy full SHA for ea27dbd
pwsh/components.ps1
@@ -1,7 +1,7 @@
1
# components.ps1
2
# --------------
3
4
-# These components will be loaded for all PowerShell instances
+# These components will be loaded for all PowerShell instances
5
# ============================================================
6
7
# TODO: Add rustup component
@@ -14,9 +14,9 @@ Push-Location (Join-Path (Split-Path -parent $profile) "components")
14
# . .\dotnet.ps1
15
. .\choco.ps1
16
. .\git.ps1
17
-# . .\npm.ps1
+. .\npm.ps1
18
. .\scoop.ps1
19
-# . .\yarn.ps1
+. .\yarn.ps1
20
Pop-Location
21
22
# EOF #
0 commit comments