PowerShell/Scripts/my-profile.ps1
2021-02-27 11:19:57 +01:00

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