culinary.kemonine.info/env.ps1

3 lines
106 B
PowerShell

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