Renamed to write-help.ps1

This commit is contained in:
Markus Fleschutz 2024-09-03 15:03:15 +02:00
parent 84b93ca085
commit fcdbe96335
2 changed files with 1 additions and 1 deletions

View File

@ -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