We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa86baf commit 5ab081aCopy full SHA for 5ab081a
Initialize-Machine.ps1
@@ -556,7 +556,7 @@ Begin
556
557
Write-Verbose 'fetching WindowsPowerShell environment'
558
559
- Push-Location [Environment]::GetFolderPath('MyDocuments')
+ Push-Location ([Environment]::GetFolderPath('MyDocuments'))
560
git clone https://github.com/stevencohn/WindowsPowerShell.git
561
Pop-Location
562
}
@@ -567,7 +567,7 @@ Begin
567
568
Write-Verbose 'enabling yellow mouse cursors'
569
570
571
git clone https://github.com/stevencohn/YellowCursors.git
572
Push-Location YellowCursors
573
.\Install.ps1
0 commit comments