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 f6042cd commit af90f3eCopy full SHA for af90f3e
bootstrap.ps1
@@ -1,12 +1,9 @@
1
-# ------------- #
2
-# bootstrap.ps1 #
3
+# bootstrap.ps1
+# -------------
4
5
Push-Location ("pwsh")
6
-
7
# From within the ./pwsh directory...
8
.\bootstrap.ps1
9
10
Pop-Location
11
12
# EOF #
pwsh/bootstrap.ps1
@@ -21,7 +21,7 @@ Remove-Variable profileDir
21
22
# Open a New Shell
23
# Invoke-Expression "powershell -NoLogo"
24
-Invoke-Expression "pwsh"
+Invoke-Expression "Pop-Location; pwsh"
25
26
exit
27
0 commit comments