We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a878aed commit fba09a6Copy full SHA for fba09a6
Microsoft.PowerShell_paths-profile.ps1
@@ -1,9 +1,9 @@
1
-# 1.0.7945.32635
+# 1.0.8034.16356
2
3
## Setup PATH environment variable
4
5
$_paths = `
6
"C:\Portable Apps", `
7
"C:\Projects\springcomp\clip\src\clip\bin\Release"
8
9
-$_paths | Add-DirectoryToPath
+$_paths | Add-DirectoryToPath -Prepend
0 commit comments