Added list-aliases.ps1

This commit is contained in:
Markus Fleschutz
2021-02-27 11:19:57 +01:00
parent ca5ba276d9
commit f7f206df3b
4 changed files with 24 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Personal PowerShell Profile
# ---------------------------
# comment/uncomment/adapt as you like
#function prompt {$null} # PS>
#function prompt { "$ " } # $
function prompt { "$(Get-Location)\> " } # C:\
function prompt { "$(Get-Location)> " } # C:\>
set-alias -name lsf -value get-childitem # lsf means list formatted