diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-10 13:02:08 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-10 13:02:08 +0800 |
| commit | 04010f6cffa34253d1883229c9f0d831b16e3367 (patch) | |
| tree | 591ff3306a1ee12e78ba2e4973a71f89b58be6a3 /setup/windows/inst.ps1 | |
| parent | c740e28bd851221f32dc3f48cd94ee78352bba93 (diff) | |
| parent | 15b508b7931aacd0c07ad6f52d4cefa6eef69fa1 (diff) | |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'setup/windows/inst.ps1')
| -rw-r--r-- | setup/windows/inst.ps1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/setup/windows/inst.ps1 b/setup/windows/inst.ps1 new file mode 100644 index 0000000..2e15dc3 --- /dev/null +++ b/setup/windows/inst.ps1 @@ -0,0 +1,8 @@ +. ".\uninst.ps1" + +$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path + +$parentDir = Split-Path -Parent $scriptDir +Add-Content -Path $PROFILE -Value "`n# JustEnoughVCS - Begin #" +Add-Content -Path $PROFILE -Value ". `"$parentDir\jv_cli.ps1`"" +Add-Content -Path $PROFILE -Value "# JustEnoughVCS - End #" |
