mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 13:27:41 +02:00
Added list-aliases.ps1
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user