diff options
author | crupest <crupest@outlook.com> | 2024-10-23 23:32:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-10-31 18:43:15 +0800 |
commit | 5d850fb1b2b4568f6403d950dbfe341886189c2b (patch) | |
tree | a0361391ef5abbd0512f7c4c50e814444991eb71 /configs/Microsoft.PowerShell_profile.ps1 | |
parent | ccafee054f3a934a8031c3cb5fc8280491bb8e1a (diff) | |
download | crupest-5d850fb1b2b4568f6403d950dbfe341886189c2b.tar.gz crupest-5d850fb1b2b4568f6403d950dbfe341886189c2b.tar.bz2 crupest-5d850fb1b2b4568f6403d950dbfe341886189c2b.zip |
feat(config): update some Windows bootstrap files.
Diffstat (limited to 'configs/Microsoft.PowerShell_profile.ps1')
-rw-r--r-- | configs/Microsoft.PowerShell_profile.ps1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/configs/Microsoft.PowerShell_profile.ps1 b/configs/Microsoft.PowerShell_profile.ps1 index 38dd7cc..aeced5f 100644 --- a/configs/Microsoft.PowerShell_profile.ps1 +++ b/configs/Microsoft.PowerShell_profile.ps1 @@ -1,6 +1,3 @@ -Import-Module posh-git -Import-Module "$env:VCPKG_INSTALLATION_ROOT\scripts\posh-vcpkg" - function Use-VC { param( [Parameter()] @@ -28,8 +25,8 @@ function Use-VC { function Set-Proxy { - $env:http_proxy = "http://localhost:2080" - $env:https_proxy = "http://localhost:2080" + $env:http_proxy = "http://127.0.0.1:2080" + $env:https_proxy = "http://127.0.0.1:2080" } function Reset-Proxy { |