add rebase by default
[webi-installers/.git] / git / install.ps1
index d6d1e22df177d19e8acab7775a03a801389db87f..d47b2095e6998dd62565135ea4860ea4a52a25df 100644 (file)
@@ -53,4 +53,6 @@ Remove-Item -Path "$pkg_dst" -Recurse -ErrorAction Ignore
 Copy-Item -Path "$pkg_src" -Destination "$pkg_dst" -Recurse
 
 # Add to path
-& "$Env:USERPROFILE\.local\bin\pathman.exe" add %USERPROFILE%\.local\opt\git\cmd
+& "$Env:USERPROFILE\.local\bin\pathman.exe" add ~/.local/opt/git/cmd
+#& "$Env:USERPROFILE\.local\bin\pathman.exe" add "$Env:USERPROFILE\.local\opt\git\cmd"
+#& "$Env:USERPROFILE\.local\bin\pathman.exe" add %USERPROFILE%\.local\opt\git\cmd