6 lines
141 B
PowerShell
6 lines
141 B
PowerShell
# Get path of this script
|
|
$Path = $PSScriptRoot
|
|
|
|
# Setup hugo command alias
|
|
Set-Alias -Value $Path\hugo-0.128.2.exe -Name hugo -Scope Global
|