Skip to content

Commit af90f3e

Browse files
committed
✨ Formatting and minor updates
1 parent f6042cd commit af90f3e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

bootstrap.ps1

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# ------------- #
2-
# bootstrap.ps1 #
3-
# ------------- #
1+
# bootstrap.ps1
2+
# -------------
43

54
Push-Location ("pwsh")
6-
75
# From within the ./pwsh directory...
86
.\bootstrap.ps1
9-
107
Pop-Location
118

129
# EOF #

pwsh/bootstrap.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Remove-Variable profileDir
2121

2222
# Open a New Shell
2323
# Invoke-Expression "powershell -NoLogo"
24-
Invoke-Expression "pwsh"
24+
Invoke-Expression "Pop-Location; pwsh"
2525

2626
exit
2727

0 commit comments

Comments
 (0)