diff --git a/bin/env.ps1 b/bin/env.ps1 index e3351f8..b36a9d2 100644 --- a/bin/env.ps1 +++ b/bin/env.ps1 @@ -1,3 +1,5 @@ +# Get path of this script $Path = $PSScriptRoot -Write-Host $Path\hugo.exe -Set-Alias -Value $Path\hugo.exe -Name hugo -Scope Global \ No newline at end of file + +# Setup hugo command alias +Set-Alias -Value $Path\hugo-0.128.2.exe -Name hugo -Scope Global diff --git a/bin/hugo.exe b/bin/hugo-0.128.2.exe similarity index 100% rename from bin/hugo.exe rename to bin/hugo-0.128.2.exe