mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-04 14:30:42 +02:00
Renamed to write-help.ps1
This commit is contained in:
parent
84b93ca085
commit
fcdbe96335
@ -12,7 +12,7 @@ function prompt { Write-Host "`n➤ " -noNewline -foregroundColor yellow; return
|
|||||||
|
|
||||||
# ALIAS NAMES
|
# ALIAS NAMES
|
||||||
del alias:pwd -force -errorAction SilentlyContinue
|
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 pwd -value list-workdir.ps1 # pwd = print working directory
|
||||||
set-alias -name ll -value get-childitem # ll = list folder (long format)
|
set-alias -name ll -value get-childitem # ll = list folder (long format)
|
||||||
del alias:ls -force -errorAction SilentlyContinue
|
del alias:ls -force -errorAction SilentlyContinue
|
||||||
|
Loading…
Reference in New Issue
Block a user