accessible.tips/bin/env.ps1

6 lines
141 B
PowerShell
Raw Normal View History

# Get path of this script
2023-03-18 16:11:11 +00:00
$Path = $PSScriptRoot
# Setup hugo command alias
Set-Alias -Value $Path\hugo-0.128.2.exe -Name hugo -Scope Global