summaryrefslogtreecommitdiff
path: root/setup/windows/inst.ps1
blob: 2e15dc366b9929ac91e293ee0a552cc920a6e06f (plain)
1
2
3
4
5
6
7
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 #"