Powershell stuff

This commit is contained in:
John Doty 2019-03-31 08:45:45 -07:00
parent 166160c765
commit de616c13c9

View file

@ -24,7 +24,6 @@ if ($interactive)
# Add the right things to the path # Add the right things to the path
# #
$env:Path = "$env:windir\Microsoft.NET\Framework64;" + $env:Path
$env:Path = "c:\debuggers;c:\tools\x86;c:\tools\x86\bin;c:\emacs\bin" + $env:Path $env:Path = "c:\debuggers;c:\tools\x86;c:\tools\x86\bin;c:\emacs\bin" + $env:Path
# Fun times with diffs and the like. # Fun times with diffs and the like.