culinary.kemonine.info/env.ps1
2022-12-03 10:27:03 -05:00

3 lines
106 B
PowerShell

$Path = $PSScriptRoot
Write-Host $Path\hugo.exe
Set-Alias -Value $Path\hugo.exe -Name hugo -Scope Global