From de616c13c949665af9d3077d41c79fccc3137987 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sun, 31 Mar 2019 08:45:45 -0700 Subject: [PATCH] Powershell stuff --- WindowsPowershell/Profile.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/WindowsPowershell/Profile.ps1 b/WindowsPowershell/Profile.ps1 index 88e6640..34b16e5 100644 --- a/WindowsPowershell/Profile.ps1 +++ b/WindowsPowershell/Profile.ps1 @@ -24,7 +24,6 @@ if ($interactive) # 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 # Fun times with diffs and the like.