diff --git a/scripts/my-profile.ps1 b/scripts/my-profile.ps1 index 94591976..6b7e1252 100755 --- a/scripts/my-profile.ps1 +++ b/scripts/my-profile.ps1 @@ -12,7 +12,7 @@ function prompt { Write-Host "`n➤ " -noNewline -foregroundColor yellow; return # ALIAS NAMES del alias:pwd -force -errorAction SilentlyContinue -set-alias -name hlp -value open-help.ps1 +set-alias -name hlp -value write-help.ps1 set-alias -name pwd -value list-workdir.ps1 # pwd = print working directory set-alias -name ll -value get-childitem # ll = list folder (long format) del alias:ls -force -errorAction SilentlyContinue diff --git a/scripts/open-help.ps1 b/scripts/write-help.ps1 similarity index 100% rename from scripts/open-help.ps1 rename to scripts/write-help.ps1