1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-04 22:50:05 +02:00

Update my-profile.ps1

This commit is contained in:
Markus Fleschutz
2021-03-15 16:11:57 +01:00
parent cbfec35915
commit a13800df86

@ -7,6 +7,6 @@
#function prompt { "$ " } # $
function prompt { write-host -foregroundColor blue "$(Get-Location)> " } # C:\>
function prompt { write-host -foregroundColor blue -noNewLine "$(Get-Location)"; return "> " } # C:\>
set-alias -name lsf -value get-childitem # lsf means list directory formatted