# MokoGitea PowerShell Profile # Source this with: . ./profile.ps1 $env:PROJECT_ROOT = $PSScriptRoot $env:TEMP = 'A:\temp' $env:TMP = 'A:\temp' function proj { Set-Location $PSScriptRoot } Write-Host "MokoGitea profile loaded" -ForegroundColor Cyan Write-Host " Navigate: proj" -ForegroundColor DarkGray