mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-24 00:43:35 +01:00
12 lines
280 B
PowerShell
Executable File
12 lines
280 B
PowerShell
Executable File
# Personal PowerShell Profile
|
|
# ---------------------------
|
|
# comment/uncomment/adapt as you like
|
|
|
|
#function prompt {$null} # PS>
|
|
|
|
#function prompt { "$ " } # $
|
|
|
|
function prompt { "$(Get-Location)> " } # C:\>
|
|
|
|
set-alias -name lsf -value get-childitem # lsf means list formatted
|